Add STATUSMSG support
This commit is contained in:
parent
32d3414bc8
commit
7fdd2bf98a
@ -4924,6 +4924,8 @@ def getfeatures(cli, nick, *rest):
|
||||
var.MODELIMIT = int(r[6:])
|
||||
except ValueError:
|
||||
pass
|
||||
if r.startswith("STATUSMSG="):
|
||||
var.STATUSMSG_PREFIXES = list(r.split("=")[1])
|
||||
|
||||
def mass_privmsg(cli, targets, msg, notice=False, privmsg=False):
|
||||
if not notice and not privmsg:
|
||||
|
Loading…
x
Reference in New Issue
Block a user