diff options
| author | 2019-06-16 18:40:25 +0100 | |
|---|---|---|
| committer | 2019-06-16 18:40:25 +0100 | |
| commit | 98e1202c780faf7b3fab1c49e87581a857376d5c (patch) | |
| tree | 94b0259aa64363566fd07ee89c0e3ba7a88cfee8 /modules/youtube.py | |
| parent | Don't fail get_kwarg when self.kwarg[name] is falsey (diff) | |
| signature | ||
Allow command.regex hooks to opt-in to being triggered from a /me
closes #68
Diffstat (limited to 'modules/youtube.py')
| -rw-r--r-- | modules/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youtube.py b/modules/youtube.py index 8742ad65..2b89d021 100644 --- a/modules/youtube.py +++ b/modules/youtube.py @@ -130,7 +130,7 @@ class Module(ModuleManager.BaseModule): else: event["stderr"].write("No search phrase provided") - @utils.hook("command.regex", + @utils.hook("command.regex", ignore_action=False, priority=EventManager.PRIORITY_LOW) def channel_message(self, event): """ |
