Send dice game result to the channel if appropriate

This commit is contained in:
moneromooo 2015-01-16 10:30:08 +00:00
parent a3de014d0a
commit 68ca830b05

View file

@ -116,7 +116,7 @@ def Dice(nick,chan,cmd):
redis_hset("dice:rolls",nick,rolls)
SendTo(nick, "%s" % msg)
SendTo(sendto, "%s" % msg)
def ShowDiceStats(sendto,snick,title):
return ShowGameStats(sendto,snick,title,"dice")