X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/dd6989484df1a5d2baeb516fc0518958072b6070..b33eb15d9f1a8e63e1099a499c9fc6794a3c65cd:/modules/help.py diff --git a/modules/help.py b/modules/help.py index 2356167..63541f8 100644 --- a/modules/help.py +++ b/modules/help.py @@ -143,7 +143,6 @@ def help(bot, user, chan, realtarget, *args): bot.slowmsg(user, str(HelpLine(func.cmd[0], func.syntax, func.shorthelp, (user.glevel > 0), func.reqglevel, func.module, func.reqclevel))) for line in func.longhelps: bot.slowmsg(user, " %s" % (line)) - bot.slowmsg(user, "End of help for %s." % (func.cmd[0])) if len(func.cmd) > 1: bot.slowmsg(user, " Aliases: %s" % (' '.join(func.cmd[1:]))) else: