]> Pileus Git - ~andy/rhawk/commitdiff
Remove unneeded testing commands
authorAndy Spencer <andy753421@gmail.com>
Tue, 20 Aug 2013 03:39:31 +0000 (03:39 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 20 Aug 2013 03:39:31 +0000 (03:39 +0000)
spades.awk

index db4429e4d0fc886790ae0a2bec48badf75be25b3..155f90a422d96eb7cf3d9a5ef669e4986d7b5f8f 100644 (file)
@@ -716,18 +716,3 @@ sp_state == "play" &&
 /^\.((new|end|load)game|join|look|bid|pass|play)/ {
        sp_save("var/sp_cur.json");
 }
-
-# Standin
-#/^\.playfor [^ ]*$/ {
-#}
-#
-#/^\.standin [^ ]*$/ {
-#      if (p in sp_players) {
-#      }
-#      for (p in sp_standin) {
-#              if ($2 in sp_standin) 
-#              say(here " is already playing for " sp_standin[p]);
-#      }
-#      sp_standin[away] = here
-#}
-#