From 48827c622c00b514beab9b72a5a77b99b4bd95c8 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 26 Jan 2025 20:30:20 -0800 Subject: [PATCH] Update modules/botnet_protect.py --- modules/botnet_protect.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/botnet_protect.py b/modules/botnet_protect.py index b4ed794..cf66136 100644 --- a/modules/botnet_protect.py +++ b/modules/botnet_protect.py @@ -2,9 +2,11 @@ import threading __ircat_type__ = "allsocket" __ircat_requires__ = ["ban-provider"] __ircat_giveme__ = ["sql"] # Only command and allsocket have these. -__ircat_fakechannels__ = {"#IRCATSUCKS": "B0tn3t pr0t3ct10n, do not join."} +__ircat_fakechannels__ = {"#IRCATSUCKS": "B0tn3t pr0t3ct10n, do not join."} # Fake channels that plugins control. class IRCatModule: sus_strings = [ + # Known SupernetS botnet texts + # Contribute here: https://discuss.swee.codes/t/61 " .''.", # 2025 new year "⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀" # "The United States of America" LATEST ]