From d18e9c82f941f5ac3f9e28fbcd086e0472094441 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 31 May 2016 20:46:09 -0700 Subject: [PATCH] ts6: recognize umode +p (override) --- protocols/ts6.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/ts6.py b/protocols/ts6.py index 6929449..bed80c7 100644 --- a/protocols/ts6.py +++ b/protocols/ts6.py @@ -288,9 +288,9 @@ class TS6Protocol(TS6BaseProtocol): 'invisible': 'i', 'oper': 'o', 'wallops': 'w', 'snomask': 's', 'noforward': 'Q', 'regdeaf': 'R', 'callerid': 'g', 'operwall': 'z', 'locops': 'l', - 'cloak': 'x', + 'cloak': 'x', 'override': 'p', # Now, map all the ABCD type modes: - '*A': '', '*B': '', '*C': '', '*D': 'DSaiowsQRgzlx'} + '*A': '', '*B': '', '*C': '', '*D': 'DSaiowsQRgzlxp'} self.irc.umodes = chary_umodes # Toggles support of shadowircd/elemental-ircd specific channel modes: