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

Added optional channel parameter to !grab and !rq

This commit is contained in:
Pragmatic Software 2009-12-10 19:04:54 +00:00
parent dd6e639a51
commit 0275e90dc8

View File

@ -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";