Add STATUSMSG support

This commit is contained in:
nyuszika7h 2015-02-28 18:15:58 +01:00
parent 32d3414bc8
commit 7fdd2bf98a

View File

@ -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: