This commit is contained in:
parent
48827c622c
commit
70acb4f6a6
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue