X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/3df2045a48610add89e8b7521279394f002bc73a..2564f20844e0fdd2354f0cb94599eddc93d6e41a:/modules/help.py diff --git a/modules/help.py b/modules/help.py index d510af7..f07320c 100644 --- a/modules/help.py +++ b/modules/help.py @@ -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.")