aboutsummaryrefslogtreecommitdiff
path: root/modules/google.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/google.py')
-rw-r--r--modules/google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/google.py b/modules/google.py
index 48b6b84a..04cf9858 100644
--- a/modules/google.py
+++ b/modules/google.py
@@ -9,7 +9,7 @@ URL_GOOGLESUGGEST = "http://google.com/complete/search"
@utils.export("channelset", {"setting": "google-safesearch",
"help": "Turn safe search off/on",
- "validate": utils.bool_or_none})
+ "validate": utils.bool_or_none, "example": "on"})
class Module(ModuleManager.BaseModule):
@utils.hook("received.command.g", alias_of="google")
@utils.hook("received.command.google")