summaryrefslogtreecommitdiffstats
path: root/modules/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info.py')
-rwxr-xr-xmodules/info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/info.py b/modules/info.py
index a5113ba..c3d13ef 100755
--- a/modules/info.py
+++ b/modules/info.py
@@ -16,8 +16,8 @@ def doc(phenny, input):
phenny.reply(phenny.doc[name][0])
if phenny.doc[name][1]:
phenny.say('e.g. ' + phenny.doc[name][1])
-doc.rule = ('$nick', '(?i)help +([A-Za-z]+)(?:\?+)?$')
-doc.example = '$nickname: help tell?'
+doc.rule = ('$nick', '(?i)(?:help|doc) +([A-Za-z]+)(?:\?+)?$')
+doc.example = '$nickname: doc tell?'
doc.priority = 'low'
def commands(phenny, input):