[pybot-commits] CVS: pybot ChangeLog,1.20,1.21
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-22 07:56:45
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv18373 Modified Files: ChangeLog Log Message: * modules/messages.py: Fixed sending of messages when user talks directly to the bot. Introduced command to ask for messages. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 21 Aug 2003 20:32:50 -0000 1.20 --- ChangeLog 21 Aug 2003 20:58:04 -0000 1.21 *************** *** 4,7 **** --- 4,9 ---- remoteinfo. * modules/messages.py: Prevent messages to the bot itself. + Fixed sending of messages when user talks directly to the + bot. Introduced command to ask for messages. 2003-08-19 Gustavo Niemeyer <nie...@co...> |