!lotterybuy should require authentication because it uses coins
This commit is contained in:
parent
bb531a6104
commit
912c693fcd
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
str(coins))
|
str(coins))
|
||||||
event["timer"].redo()
|
event["timer"].redo()
|
||||||
|
|
||||||
@utils.hook("received.command.lotterybuy")
|
@utils.hook("received.command.lotterybuy", authenticated=True)
|
||||||
def lottery_buy(self, event):
|
def lottery_buy(self, event):
|
||||||
"""
|
"""
|
||||||
:help: By ticket(s) for the lottery
|
:help: By ticket(s) for the lottery
|
||||||
|
|
Loading…
Reference in a new issue