Add some more hacky support for IRCds that are broken beyond hope

This commit is contained in:
Vgr E. Barry 2017-01-25 21:47:13 -05:00
parent 7bc13937e4
commit 54ab59a36f

View File

@ -3,7 +3,7 @@ from operator import attrgetter
from src.logger import debuglog
Features = {"CASEMAPPING": "rfc1459", "CHARSET": "utf-8", "STATUSMSG": {"@", "+"}, "CHANTYPES": {"#"}}
Features = {"CASEMAPPING": "rfc1459", "CHARSET": "utf-8", "STATUSMSG": {"@", "+"}, "CHANTYPES": {"#"}, "TARGMAX": {"PRIVMSG": 1, "NOTICE": 1}}
def _who(cli, target, data=b""):
"""Handle WHO requests."""