mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
spammer: remove the debug auto unban
Don't want to make it too easy for the spammer
This commit is contained in:
parent
b290f4a20f
commit
97b43c5af3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue