spammer: remove the debug auto unban

Don't want to make it too easy for the spammer
This commit is contained in:
moneromooo 2016-08-13 18:59:06 +01:00
parent b290f4a20f
commit 97b43c5af3
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ def Ban(link):
net._irc_sendmsg(cmd)
cmd="KICK " + chan + " " + link.user.nick
net._irc_sendmsg(cmd)
cmd="MODE " + chan + " -b " + link.user.ident
net._irc_sendmsg(cmd)
except:
pass