diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/quotes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/quotes.py b/modules/quotes.py index fa8d5e96..a50363bd 100644 --- a/modules/quotes.py +++ b/modules/quotes.py @@ -106,6 +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.quotegrab", min_args=1, channel_only=True) def quote_grab(self, event): line = event["target"].buffer.find_from(event["args_split"][0]) |
