summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-01-02 07:13:01 -0500
committerNeil Moore <neil@s-z.org>2012-01-02 07:13:01 -0500
commit13f8f32cfda9032ab977d4da629cc2f0ea3d3be1 (patch)
tree20a9838f49c77ebdf41edbc5b271d6d7e9366258
parent04a266ce2ef539369013b5723ddc3912b2e2b03d (diff)
downloadcrawlbot-13f8f32cfda9032ab977d4da629cc2f0ea3d3be1.tar.gz
crawlbot-13f8f32cfda9032ab977d4da629cc2f0ea3d3be1.zip
Rename bot to Cheibriados.
-rw-r--r--bin/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run b/bin/run
index b838695..780877b 100644
--- a/bin/run
+++ b/bin/run
@@ -7,5 +7,5 @@ use Crawl::Bot;
Crawl::Bot->new(
server => 'irc.freenode.net',
channels => ['##crawl-dev'],
- nick => 'Ashenzari',
+ nick => 'Cheibriados',
)->run;