From 70acb4f6a66d816dc3cefd41e363c32aa06337fc Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 26 Jan 2025 20:31:02 -0800 Subject: [PATCH] Update modules/botnet_protect.py --- modules/botnet_protect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/botnet_protect.py b/modules/botnet_protect.py index cf66136..548ff5f 100644 --- a/modules/botnet_protect.py +++ b/modules/botnet_protect.py @@ -31,7 +31,6 @@ class IRCatModule: if "JOIN" in value: target = value.split(" ")[1] self.memory[ip] = 1 # 1: Just joined the channel, continue observing. - print("Autoban> Somebody joined " + target) if target.lower() == "#ircatsucks": self.ban(ip) # Ruh roh elif "PRIVMSG" in value