diff options
| author | 2019-09-04 15:59:37 +0100 | |
|---|---|---|
| committer | 2019-09-04 15:59:37 +0100 | |
| commit | 1d95d2d12dac3c01da21e9554a28c21eb198f11e (patch) | |
| tree | 196bd4816bbb2b5e28b0b3cc806ff371bed39bf8 | |
| parent | add !grab as an alias of !quotegrab (diff) | |
| signature | ||
'recieved' -> 'received'
| -rw-r--r-- | modules/quotes.py | 2 |
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]) |
