[pybot-commits] CVS: pybot ChangeLog,1.19,1.20
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-22 05:48:42
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv13519 Modified Files: ChangeLog Log Message: * modules/remoteinfo.py: Introduced "allow" concept, which defines which channels/servers are allowed to "see" some remoteinfo. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ChangeLog 21 Aug 2003 18:43:08 -0000 1.19 --- ChangeLog 21 Aug 2003 20:32:50 -0000 1.20 *************** *** 3,6 **** --- 3,7 ---- defines which channels/servers are allowed to "see" some remoteinfo. + * modules/messages.py: Prevent messages to the bot itself. 2003-08-19 Gustavo Niemeyer <nie...@co...> |