From da769bbc6c40e92bbcdb73dff101c17815ebe4c5 Mon Sep 17 00:00:00 2001 From: lessmian Date: Wed, 19 May 2010 21:23:36 +0200 Subject: [PATCH] app.pl --- app.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.pl b/app.pl index 70b7c26..8da6251 100644 --- a/app.pl +++ b/app.pl @@ -1,9 +1,9 @@ use a8bot; my $bot = a8bot->new( - channel => '#somechannel', - server => 'irc.freenode.pl', - nick => 'a8bot', + channel => '#bottest', + server => 'irc.pirc.pl', + nick => 'm18', verbose => 1, );