diff --git a/commands.py b/commands.py index 668453d..c98719d 100644 --- a/commands.py +++ b/commands.py @@ -127,7 +127,7 @@ def debug(bot: bare.bot, chan: str, name: str, message: str) -> None: "VERSION": bot.__version__, "NICKLEN": bot.nicklen, "NICK": bot.nick, - "ADMINS": str(conf.servers[bot.server]["hosts"]) + " (Does not include hostname checks)", + "ADMINS": str(conf.servers[bot.server]["admins"]) + " (Does not include hostname checks)", "CHANNELS": bot.channels, } bot.msg(f"[DEBUG] {dbg_out}", chan)