about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-09-30 11:48:06 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-09-30 11:48:06 +0000
commitdb999a250293ab72c2dcd5f103b353758163c83d (patch)
tree7b0417c2a473fb2c371ee6784264a4cc62b53308 /scripts
parent19aaea9bfd2b7a6df9f2966c91367eac6fd2d837 (diff)
downloadzcatch-db999a250293ab72c2dcd5f103b353758163c83d.tar.gz
zcatch-db999a250293ab72c2dcd5f103b353758163c83d.zip
fixed more with the server browser. added filtering
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mass_server.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mass_server.py b/scripts/mass_server.py
index 68d22d6d..42aed747 100644
--- a/scripts/mass_server.py
+++ b/scripts/mass_server.py
@@ -40,8 +40,7 @@ for s in xrange(0, 150):
 	cmd += '-a "%s" ' % random.choice(maps[t])
 	cmd += '-g %d ' % random.randint(0, 100)
 	cmd += '-t %d ' % t # dm, tdm, ctf
-	#cmd += "-f %d " % random.randint(0, 2) # dm, tdm, ctf
-	
+	cmd += "-f %d " % random.randint(0, 1) # password protected
 		
 	for p in xrange(0, random.randint(0, max)):
 		cmd += '-p "%s" %d ' % (get_nick(), random.randint(0, 20))