[SimBot-commits] CVS: simbot/plugins services.chanserv.pl,1.8,1.9
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-07-25 14:59:28
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5073/plugins Modified Files: services.chanserv.pl Log Message: Missing quotation mark... Index: services.chanserv.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/services.chanserv.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -p -r1.8 -r1.9 --- services.chanserv.pl 25 Jul 2005 14:52:59 -0000 1.8 +++ services.chanserv.pl 25 Jul 2005 14:59:17 -0000 1.9 @@ -103,7 +103,7 @@ sub check_response { $logged_in = 0; &services_login; } elsif ($text =~ m/Your nickname is not yet authenticated/i) { - &SimBot::debug(1, "Services reports: $text); + &SimBot::debug(1, "Services reports: $text"); } } |