]> Pileus Git - ~andy/rhawk/commitdiff
Fix broken playto scores
authorAndy Spencer <andy753421@gmail.com>
Thu, 8 Aug 2013 04:54:46 +0000 (04:54 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 8 Aug 2013 04:54:46 +0000 (04:54 +0000)
spades.awk

index 4d1d772218728d6ee16d84cfcc7194be1422fbbb..8475bf9036fece6785b410f4f4e8253018ba71bf 100644 (file)
@@ -404,7 +404,7 @@ sp_state == "play" &&
 
 
 # Setup
-/^\.newgame ?([0-9]+)?/ {
+/^\.newgame ?([0-9]+)?$/ {
        if (sp_state != "new") {
                reply("There is already a game in progress.")
        } else {