This commit is contained in:
Firepup Sixfifty 2023-11-14 22:55:01 -06:00
parent f368794ee9
commit 3000e313fe
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -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": bot.adminnames,
"ADMINS": conf.servers[bot.server]["hosts"] + " (Does not include hostname checks)",
"CHANNELS": bot.channels,
}
bot.msg(f"[DEBUG] {dbg_out}", chan)