diff --git a/bin/hubot b/bin/hubot index 916b895..2343895 100755 --- a/bin/hubot +++ b/bin/hubot @@ -5,4 +5,4 @@ set -e npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" -exec node_modules/.bin/hubot --name "404bot" "$@" +exec node_modules/.bin/hubot --name "404bot" --alias "fouro" "$@"