summaryrefslogtreecommitdiffstats
path: root/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run')
-rwxr-xr-xbin/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run b/bin/run
index 780877b..9d728b5 100755
--- a/bin/run
+++ b/bin/run
@@ -6,6 +6,6 @@ use Crawl::Bot;
Crawl::Bot->new(
server => 'irc.freenode.net',
- channels => ['##crawl-dev'],
+ channels => ['##crawl-dev', '##crawl'],
nick => 'Cheibriados',
)->run;