GitLab

This project is archived. Its data is read-only. This project is read-only.
+2 −1
Original line number Diff line number Diff line
web: bin/hubot -a irc
irc: bin/hubot -a irc
slack: bin/hubot -a slack
+1 −1
Original line number Diff line number Diff line
@@ -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 -a irc --name "fxhey" "$@"
exec node_modules/.bin/hubot --name "fxhey" "$@"
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ call npm install
SETLOCAL
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%

node_modules\.bin\hubot.cmd -a irc --name "fxhey" %*
node_modules\.bin\hubot.cmd --name "fxhey" %*

Read the original on gitlab.com ↗