mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Half-way through converting everything to objects. Committing mostly working copy as preview.
This commit is contained in:
parent
bd46c11120
commit
d48f286aca
4
pbot.pl
4
pbot.pl
@ -37,8 +37,8 @@ my %config = ( log_file => "$home/pbot/log",
|
|||||||
export_quotegrabs_timeout => 300, # 5 minutes
|
export_quotegrabs_timeout => 300, # 5 minutes
|
||||||
|
|
||||||
ircserver => 'irc.freenode.net',
|
ircserver => 'irc.freenode.net',
|
||||||
botnick => 'pragma__',
|
botnick => 'pbot3',
|
||||||
identify_password => 'hopelus',
|
identify_password => '*',
|
||||||
);
|
);
|
||||||
|
|
||||||
my $pbot = PBot::PBot->new(%config);
|
my $pbot = PBot::PBot->new(%config);
|
||||||
|
Loading…
Reference in New Issue
Block a user