better regex matching for quiet list at startup
This commit is contained in:
parent
012cf83607
commit
2d3862ffaf
@ -60,7 +60,7 @@ def connect_callback(cli):
|
|||||||
|
|
||||||
@hook("quietlist", id=294)
|
@hook("quietlist", id=294)
|
||||||
def on_quietlist(cli, server, botnick, channel, q, quieted, by, something):
|
def on_quietlist(cli, server, botnick, channel, q, quieted, by, something):
|
||||||
if re.match(".+\!.+@.+", quieted): # only unquiet people quieted by bot
|
if re.match(".+\!\*@\*", quieted): # only unquiet people quieted by bot
|
||||||
cmodes.append(("-q", quieted))
|
cmodes.append(("-q", quieted))
|
||||||
|
|
||||||
@hook("quietlistend", id=294)
|
@hook("quietlistend", id=294)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user