[SimBot-commits] CVS: simbot simbot.pl,1.140,1.141
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-11-15 12:53:09
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29771 Modified Files: simbot.pl Log Message: I could plug a warning, but instead I'm leaving a reminder to fix the problem the right way. Index: simbot.pl =================================================================== RCS file: /cvsroot/simbot/simbot/simbot.pl,v retrieving revision 1.140 retrieving revision 1.141 diff -u -d -p -r1.140 -r1.141 --- simbot.pl 10 Nov 2005 13:02:12 -0000 1.140 +++ simbot.pl 15 Nov 2005 12:53:00 -0000 1.141 @@ -1506,6 +1506,7 @@ sub channel_join { foreach(keys(%event_channel_mejoin)) { &plugin_callback($_, $event_channel_mejoin{$_}, ($nick, $chan, 'JOINED')); } + # TODO: hostmask cache table should be created with NAMES from channel } else { &debug(DEBUG_STD, "$nick has joined $chan.\n"); foreach(keys(%event_channel_join)) { |