3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Half-way through converting everything to objects. Committing mostly working copy as preview.

This commit is contained in:
Pragmatic Software 2010-03-22 07:34:43 +00:00
parent bd46c11120
commit d48f286aca

View File

@ -37,8 +37,8 @@ my %config = ( log_file => "$home/pbot/log",
export_quotegrabs_timeout => 300, # 5 minutes
ircserver => 'irc.freenode.net',
botnick => 'pragma__',
identify_password => 'hopelus',
botnick => 'pbot3',
identify_password => '*',
);
my $pbot = PBot::PBot->new(%config);