From 418a05422543287a61b8c19c1efba0227680dd52 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 26 Apr 2015 23:40:12 +0200 Subject: [PATCH] Add run script --- run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..3713981 --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +HUBOT_IRC_SERVER=irc.freenode.net \ + HUBOT_IRC_ROOMS="#67p" \ + HUBOT_IRC_NICK="hal9000" \ + HUBOT_IRC_UNFLOOD="true" \ + bin/hubot -a irc --name hal9000