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