Skip to content

Commit

Permalink
Rearrange sp_say
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy753421 committed Dec 20, 2015
1 parent 55a8280 commit 6d31661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spades.awk
Expand Up @@ -159,10 +159,10 @@ function sp_load(file, game)

function sp_say(msg)
{
print strftime("%Y-%m-%d %H:%M:%S | ") msg >> "logs/" sp_log
fflush("logs/" sp_log)
say(sp_channel, msg)
print msg |& sp_sock
print strftime("%Y-%m-%d %H:%M:%S | ") msg >> "logs/" sp_log
fflush("logs/" sp_log)
}

function sp_pretty(cards, who)
Expand Down

0 comments on commit 6d31661

Please sign in to comment.