[wpdev-commits] xmlscripts/scripts/speech pets.py,1.19,1.20
Brought to you by:
rip,
thiagocorrea
From: Klaus M. <nad...@us...> - 2004-09-19 16:20:35
|
Update of /cvsroot/wpdev/xmlscripts/scripts/speech In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9677/scripts/speech Modified Files: pets.py Log Message: pet speech fix/intendation fix Index: pets.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/pets.py,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pets.py 14 Sep 2004 01:35:26 -0000 1.19 --- pets.py 19 Sep 2004 16:20:12 -0000 1.20 *************** *** 162,165 **** --- 162,167 ---- if not char.socket: return 0 + + text = text.lower() # Test Ownership / Allow GMs to control *************** *** 173,177 **** if all: - text = text.lower() #char.socket.sysmessage('zzz ALL') # begin all # --- 175,178 ---- |