mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-22 18:52:40 +01:00
Added optional channel parameter to !grab and !rq
This commit is contained in:
parent
dd6e639a51
commit
0275e90dc8
2
pbot2.pl
2
pbot2.pl
@ -137,7 +137,7 @@ my $module_dir = "$home/pbot2/modules";
|
||||
my $ircserver = 'irc.freenode.net';
|
||||
my $botnick = 'candide';
|
||||
my $altbotnick = 'candide_';
|
||||
my $identify_password = 'habernat21';
|
||||
my $identify_password = '*';
|
||||
my $export_factoids_timeout = 300; # every 5 minutes
|
||||
my $export_factoids_time = gettimeofday + $export_factoids_timeout;
|
||||
my $export_factoids_path = "$home/htdocs/candide/factoids.html";
|
||||
|
Loading…
Reference in New Issue
Block a user