4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-14 12:16:37 +00:00

don't CAP REQ userhost-in-names, we run a WHO on JOIN anyway

This commit is contained in:
jesopo 2020-04-21 13:19:46 +01:00
parent 5892c9ff45
commit 770b76f671

View File

@ -54,7 +54,6 @@ CAPS: List[ICapability] = [
Capability("multi-prefix"),
Capability("chghost"),
Capability("away-notify"),
Capability("userhost-in-names"),
Capability("invite-notify"),
Capability("account-tag"),