summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-07-12 02:04:30 -0500
committerNeil Moore <neil@s-z.org>2012-07-12 02:04:30 -0500
commit405128d13451397e1f914c707027112e97c6cd58 (patch)
tree2bef032d24f707dbe754ab09db3763294d710a7b
parent02e11ad7483c5d43b1cc9c788e81a9cf69d4b2b5 (diff)
downloadcrawlbot-405128d13451397e1f914c707027112e97c6cd58.tar.gz
crawlbot-405128d13451397e1f914c707027112e97c6cd58.zip
Mention botness in ircname.
-rwxr-xr-xbin/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/run b/bin/run
index 9d728b5..4d2e1cd 100755
--- a/bin/run
+++ b/bin/run
@@ -8,4 +8,5 @@ Crawl::Bot->new(
server => 'irc.freenode.net',
channels => ['##crawl-dev', '##crawl'],
nick => 'Cheibriados',
+ name => 'Cheibriados the Crawl Bot',
)->run;