diff options
Diffstat (limited to 'modules/google.py')
| -rw-r--r-- | modules/google.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/google.py b/modules/google.py index ebbc7461..076ba752 100644 --- a/modules/google.py +++ b/modules/google.py @@ -8,7 +8,8 @@ URL_GOOGLESEARCH = "https://www.googleapis.com/customsearch/v1" URL_GOOGLESUGGEST = "http://google.com/complete/search" class Module(ModuleManager.BaseModule): - @utils.hook("received.command.google|g") + @utils.hook("received.command.g", alias_of="google") + @utils.hook("received.command.google") def google(self, event): """ :help: Get first Google result for a given search term |
