Typo, 'recieved' -> 'received' (badges.py)
This commit is contained in:
parent
3834b246d6
commit
b5b0464873
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
event["stdout"].write("%s '%s' badge to %s" % (
|
event["stdout"].write("%s '%s' badge to %s" % (
|
||||||
add_or_update, badge, self._date_str(dt)))
|
add_or_update, badge, self._date_str(dt)))
|
||||||
|
|
||||||
@utils.hook("recieved.command.clearbadges", min_args=1)
|
@utils.hook("received.command.clearbadges", min_args=1)
|
||||||
def clear_badges(self, event):
|
def clear_badges(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Clear another user's badges
|
:help: Clear another user's badges
|
||||||
|
|
Loading…
Reference in a new issue