[SimBot-commits] CVS: simbot/plugins services.chanserv.pl,1.5,1.6
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-07-25 14:05:31
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25601/plugins Modified Files: services.chanserv.pl Log Message: more changes to comments Index: services.chanserv.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/services.chanserv.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -p -r1.5 -r1.6 --- services.chanserv.pl 25 Jul 2005 13:58:43 -0000 1.5 +++ services.chanserv.pl 25 Jul 2005 14:05:22 -0000 1.6 @@ -18,7 +18,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # NOTE: This plugin has only been heavily tested on a Freenode. Additional -# testing and feedback from other networks are needed and welcome. +# testing on other networks would be greatly appreciated. +# +# TODO: ChanServ/NickServ works basically the same everywhere, but the message +# strings tend to vary. Form these into lists to avoid messy matching +# in the logic below. package SimBot::plugin::services::chanserv; |