Fix command given for next help page in chatalias.py

This commit is contained in:
Dico
2016-05-25 01:37:01 +02:00
parent 48251e1e52
commit 07039b3d16

View File

@@ -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