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
|