]> Pileus Git - ~andy/rhawk/commitdiff
Take .allow message out of sp_say
authorAndy Spencer <andy753421@gmail.com>
Fri, 18 Dec 2015 04:59:16 +0000 (04:59 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 18 Dec 2015 04:59:16 +0000 (04:59 +0000)
spades.awk

index 2e2261b08bcd9c0e1e94e11b1219f3a4d7140abb..a9ac2a344e574edc96d94243afb784d62825d040 100644 (file)
@@ -718,7 +718,7 @@ sp_state ~ "(bid|pass|play)" &&
        for (_i in sp_share)
                _lines[sp_share[_i]] = _lines[sp_share[_i]] " " _i
        for (_i in _lines)
-               sp_say(_i " allowed:" _lines[_i])
+               say(_i " allowed:" _lines[_i])
 }
 
 !sp_valid &&