Little typo

This commit is contained in:
Firepup Sixfifty 2024-05-23 23:42:50 -05:00
parent b695b0e676
commit 152c87a8db
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -191,7 +191,7 @@ def dnsblHandler(bot: bare.bot, nick: str, hostname: str, chan: str) -> tuple[st
bot.sendraw(f"KICK #{chan} {nick} :Sorry, but you're on the {dnsblStatus} blacklist(s).")
bot.sendraw(f"MODE #{chan} +b *!*@{hostname}")
case "akill":
bot.sendraw(f"OS AKILL ADD *@{hostname} !P Sorry, but you're on the {dnsblStatus} blacklists(s).")
bot.sendraw(f"OS AKILL ADD *@{hostname} !P Sorry, but you're on the {dnsblStatus} blacklist(s).")
case "kline":
bot.sendraw(f"KILL {nick} :Sorry, but you're on the {dnsblStatus} blacklist(s).")
bot.sendraw(f"KLINE 524160 *@{hostname} :Sorry, but you're on the {dnsblStatus} blacklist(s).")