Skip to content

Commit

Permalink
fix credentials, again
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfwood authored and LindseyB committed Aug 28, 2010
1 parent c57ad5f commit 2e30cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XOmBot.pl
Expand Up @@ -14,7 +14,7 @@ package Bot;
use URI::Find::Simple qw( list_uris );
use LWP 5.64;

my($thechannel) = '#bottest';
my($thechannel) = '#xomb';
my $browser = LWP::UserAgent->new;
my $commitid = "";
my $first = 1;
Expand All @@ -26,7 +26,7 @@ package Bot;
server => "irc.freenode.net",
port => "8001",
channels => [ $thechannel ],
nick => 't3hp1ck',
nick => 'XOmBot',
charset => 'utf-8',
);

Expand Down

0 comments on commit 2e30cbc

Please sign in to comment.