]> jfr.im git - erebus.git/commitdiff
help - remove end of help message
authorzonidjan <redacted>
Wed, 4 Oct 2017 23:28:34 +0000 (18:28 -0500)
committerzonidjan <redacted>
Wed, 4 Oct 2017 23:28:34 +0000 (18:28 -0500)
modules/help.py

index 2356167689480638235fe0cbbfbb868c4239801e..63541f8b4ddd3333b5d0d2d67e8fc9452626685d 100644 (file)
@@ -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: