aboutsummaryrefslogtreecommitdiff
path: root/modules/quotes.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-04 15:59:37 +0100
committerGravatar jesopo2019-09-04 15:59:37 +0100
commit1d95d2d12dac3c01da21e9554a28c21eb198f11e (patch)
tree196bd4816bbb2b5e28b0b3cc806ff371bed39bf8 /modules/quotes.py
parentadd !grab as an alias of !quotegrab (diff)
signature
'recieved' -> 'received'
Diffstat (limited to 'modules/quotes.py')
-rw-r--r--modules/quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/quotes.py b/modules/quotes.py
index a50363bd..db0abe5e 100644
--- a/modules/quotes.py
+++ b/modules/quotes.py
@@ -106,7 +106,7 @@ class Module(ModuleManager.BaseModule):
else:
event["stderr"].write("There are no quotes for this category")
- @utils.hook("recieved.command.grab", alias_of="quotegrab")
+ @utils.hook("received.command.grab", alias_of="quotegrab")
@utils.hook("received.command.quotegrab", min_args=1, channel_only=True)
def quote_grab(self, event):
line = event["target"].buffer.find_from(event["args_split"][0])