[pybot-commits] CVS: pybot ChangeLog,1.17,1.18
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-22 05:37:56
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv29789 Modified Files: ChangeLog Log Message: * modules/servercontrol.py: Minor typos fixed. * modules/log.py: Only allow log searching inside the channel that the message has been typed. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ChangeLog 2 Jun 2003 13:36:09 -0000 1.17 --- ChangeLog 19 Aug 2003 21:59:10 -0000 1.18 *************** *** 1,2 **** --- 1,7 ---- + 2003-08-19 Gustavo Niemeyer <nie...@co...> + * modules/servercontrol.py: Minor typos fixed. + * modules/log.py: Only allow log searching inside + the channel that the message has been typed. + 2003-06-02 Gustavo Niemeyer <nie...@co...> * modules/remoteinfo.py: New module! |