summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDico <Dico200@users.noreply.github.com>2016-05-25 01:37:01 +0200
committerDico <Dico200@users.noreply.github.com>2016-05-25 01:37:01 +0200
commit07039b3d1601b67056044c45a7ee88d4e0062c97 (patch)
tree56a7dcecb0f11393eb61650c696f22efafd9921c
parent48251e1e520a2f3ad42d30a2ab8e11fd09abee19 (diff)
Fix command given for next help page in chatalias.pychatalias
-rw-r--r--chatalias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatalias.py b/chatalias.py
index de18f78..da1a657 100644
--- a/chatalias.py
+++ b/chatalias.py
@@ -119,7 +119,7 @@ def help(sender, args):
for message in to_display:
msg(sender, message)
if page+1 < pages:
- msg(sender, colorify("&6To display the next page, type &c/help " + str(page+2)))
+ msg(sender, colorify("&6To display the next page, type &c/alias help " + str(page+2)))
return True