aboutsummaryrefslogtreecommitdiff
path: root/modules/title.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/title.py')
-rw-r--r--modules/title.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/title.py b/modules/title.py
index ee00bc37..6ec5c6d8 100644
--- a/modules/title.py
+++ b/modules/title.py
@@ -7,7 +7,8 @@ class Module(ModuleManager.BaseModule):
@Utils.hook("received.command.title|t", usage="[URL]")
def title(self, event):
"""
- Get the title of a URL
+ :help: Get the title of a URL
+ :usage: [URL]
"""
url = None
if len(event["args"]) > 0: