6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
HUBOT_IRC_SERVER=irc.freenode.net \
|
|
HUBOT_IRC_ROOMS="#67p" \
|
|
HUBOT_IRC_NICK="hal9000" \
|
|
HUBOT_IRC_UNFLOOD="true" \
|
|
bin/hubot -a irc --name hal9000
|