[pybot-commits] CVS: pybot/pybot/modules weather.py,1.1,1.2
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-28 12:19:45
|
Update of /cvsroot/pybot/pybot/pybot/modules In directory sc8-pr-cvs1:/tmp/cvs-serv18546/modules Modified Files: weather.py Log Message: Fixed small typo. Index: weather.py =================================================================== RCS file: /cvsroot/pybot/pybot/pybot/modules/weather.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** weather.py 28 Aug 2003 01:21:50 -0000 1.1 --- weather.py 28 Aug 2003 12:19:38 -0000 1.2 *************** *** 80,84 **** msg.answer("%:", ["You have no permission for that", "You are not allowed to do this", ! "You can show weather"], [".", "!"]) return 0 --- 80,84 ---- msg.answer("%:", ["You have no permission for that", "You are not allowed to do this", ! "You can't show weather"], [".", "!"]) return 0 |