mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
spammer: silence with +q, not +m, remove telegram from exceptions
Thanks iDunk for +q pointer
This commit is contained in:
parent
7991428bf9
commit
da965ebc69
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ def MuteUser(link):
|
|||
log_info("chan: " + chan)
|
||||
net=link.network
|
||||
try:
|
||||
cmd="MODE " + chan + " +m " + link.user.ident
|
||||
cmd="MODE " + chan + " +q " + link.user.ident
|
||||
net._irc_sendmsg(cmd)
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue