[wpdev-commits] xmlscripts/scripts/speech pets.py,1.18,1.19
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-14 01:35:34
|
Update of /cvsroot/wpdev/xmlscripts/scripts/speech In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11090/speech Modified Files: pets.py Log Message: removed a debug message. Index: pets.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/pets.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** pets.py 10 Sep 2004 16:09:14 -0000 1.18 --- pets.py 14 Sep 2004 01:35:26 -0000 1.19 *************** *** 184,188 **** # All Follow elif 232 in keywords and 346 in keywords and 357 in keywords: - char.socket.sysmessage('zzz all follow') follow(char, pet, 1) return 1 --- 184,187 ---- |