diff options
| author | 2018-10-24 16:03:28 +0100 | |
|---|---|---|
| committer | 2018-10-24 16:03:28 +0100 | |
| commit | fd9778bd2564299ef02b388a0c497e9bd969a372 (patch) | |
| tree | 999b56e9129e5f920bd98a66a48ca267eefff597 /modules | |
| parent | Give `page` an initial value of None, in case the get_url call fails in (diff) | |
| signature | ||
Redo lottery timer in modules/coins.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/coins.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/coins.py b/modules/coins.py index ca16ef56..9b05ea74 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -781,3 +781,4 @@ class Module(ModuleManager.BaseModule): server.set_setting("lottery-winner", user.nickname) user.send_notice("You won %s in the lottery! you now have %s coins" % (self._coin_str(winnings), self._coin_str(new_coins))) + event["timer"].redo() |
