Skip to content

Commit

Permalink
app.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
lessmian committed May 19, 2010
1 parent a1ce92c commit da769bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.pl
@@ -1,9 +1,9 @@
use a8bot; use a8bot;


my $bot = a8bot->new( my $bot = a8bot->new(
channel => '#somechannel', channel => '#bottest',
server => 'irc.freenode.pl', server => 'irc.pirc.pl',
nick => 'a8bot', nick => 'm18',
verbose => 1, verbose => 1,
); );


Expand Down

0 comments on commit da769bb

Please sign in to comment.