Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv24019/scripts/wolfpack
Modified Files:
utilities.py
Log Message:
russian sysmessage
Index: utilities.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/utilities.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** utilities.py 15 Nov 2003 20:55:14 -0000 1.20
--- utilities.py 25 Nov 2003 06:19:09 -0000 1.21
***************
*** 276,277 ****
--- 276,281 ----
self.deltag( tagname )
return OK
+
+ def rusmsg( player, locmsg ):
+ player.socket.sysmessage( unicode( locmsg, 'cp1251') )
+ return OK
|