Add some more hacky support for IRCds that are broken beyond hope
This commit is contained in:
parent
7bc13937e4
commit
54ab59a36f
@ -3,7 +3,7 @@ from operator import attrgetter
|
|||||||
|
|
||||||
from src.logger import debuglog
|
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""):
|
def _who(cli, target, data=b""):
|
||||||
"""Handle WHO requests."""
|
"""Handle WHO requests."""
|
||||||
|
Loading…
Reference in New Issue
Block a user