mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Send dice game result to the channel if appropriate
This commit is contained in:
parent
a3de014d0a
commit
68ca830b05
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue