]> jfr.im git - erebus.git/commitdiff
more help fix
authorJohn Runyon <redacted>
Sun, 18 Jun 2023 14:20:29 +0000 (08:20 -0600)
committerJohn Runyon <redacted>
Sun, 18 Jun 2023 14:20:29 +0000 (08:20 -0600)
modules/help.py

index d510af7f0167fed19d396abc2e39aba4f979df91..f07320c4d1d4ee37a293a1945b63c1573c0aa1b2 100644 (file)
@@ -206,7 +206,7 @@ def help_nolag(bot, user, chan, realtarget, *args):
                mod = args[0][1:].lower()
                for func in helps.values():
                        if func.module == mod:
-                               lines += _mkhelp(user, func)
+                               lines += _mkhelp(user.glevel, func)
                for line in sorted(lines):
                        bot.slowmsg(user, str(line))
                bot.slowmsg(user, "End of command listing.")