diff options
Diffstat (limited to 'modules/tweets')
| -rw-r--r-- | modules/tweets/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tweets/__init__.py b/modules/tweets/__init__.py index edc4fcd2..afe9ea4c 100644 --- a/modules/tweets/__init__.py +++ b/modules/tweets/__init__.py @@ -166,7 +166,7 @@ class Module(ModuleManager.BaseModule): else: event["stderr"].write("No tweet provided to get information about") - @utils.hook("command.regex", pattern=REGEX_TWITTERURL) + @utils.hook("command.regex", pattern=REGEX_TWITTERURL, ignore_action=False) def regex(self, event): """ :command: tweet |
