[SimBot-commits] CVS: simbot/plugins sqlite-logger.pl,1.70,1.71
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-28 19:11:10
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21499/plugins Modified Files: sqlite-logger.pl Log Message: MODE is an event type and %seen * mode should now work. Index: sqlite-logger.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/sqlite-logger.pl,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -p -r1.70 -r1.71 --- sqlite-logger.pl 26 Aug 2005 07:45:38 -0000 1.70 +++ sqlite-logger.pl 28 Aug 2005 19:11:01 -0000 1.71 @@ -313,7 +313,7 @@ sub do_seen { while ( my $cur_arg = shift(@args) ) { if ( $cur_arg =~ - /(say|join|part|quit|nick|kick|notice|action|topic)/i ) + /(say|join|part|quit|nick|kick|notice|action|topic|mode)/i ) { my $cur_event = $1; if ( $cur_event =~ /^(join|part|kick)$/i ) { |