Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4884/wolfpack
Modified Files:
__init__.py accounts.py
Log Message:
New look for the remote admin.
Index: accounts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/accounts.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** accounts.py 17 Jul 2004 09:04:49 -0000 1.8
--- accounts.py 22 Jul 2004 16:08:43 -0000 1.9
***************
*** 15,16 ****
--- 15,17 ----
save = _wolfpack.accounts.save
reload = _wolfpack.accounts.reload
+ count = _wolfpack.accounts.count
\ No newline at end of file
Index: __init__.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/__init__.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** __init__.py 17 Jul 2004 09:04:48 -0000 1.61
--- __init__.py 22 Jul 2004 16:08:43 -0000 1.62
***************
*** 67,70 ****
--- 67,72 ----
getoption = _wolfpack.getoption
setoption = _wolfpack.setoption
+ playercount = _wolfpack.playercount
+ npccount = _wolfpack.npccount
"""
|