6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
HUBOT_IRC_SERVER=irc.freenode.net \
|
|
HUBOT_IRC_ROOMS="##kosmos-dev" \
|
|
HUBOT_IRC_NICK="hal7000" \
|
|
HUBOT_IRC_UNFLOOD="true" \
|
|
bin/hubot -a irc --name hal7000
|