From 405128d13451397e1f914c707027112e97c6cd58 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Thu, 12 Jul 2012 02:04:30 -0500 Subject: Mention botness in ircname. --- bin/run | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-54-g00ecf