[pybot-commits] CVS: pybot/pybot/modules log.py,1.11,1.12
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-12 23:30:25
|
Update of /cvsroot/pybot/pybot/pybot/modules In directory sc8-pr-cvs1:/tmp/cvs-serv7449/pybot/modules Modified Files: log.py Log Message: Oops.. fixed typo. Index: log.py =================================================================== RCS file: /cvsroot/pybot/pybot/pybot/modules/log.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** log.py 12 May 2003 22:16:52 -0000 1.11 --- log.py 12 May 2003 22:18:07 -0000 1.12 *************** *** 179,186 **** return 0 else: ! msg.answer("%:", [("You're not", ! ["allowed to know when was the " ! "last time I saw somebody", ! "that good", "allowed to do this"]), [".", "!"]) return 0 --- 179,186 ---- return 0 else: ! msg.answer("%:", "You're not", ! ["allowed to know when was the " ! "last time I saw somebody", ! "that good", "allowed to do this"], [".", "!"]) return 0 |