You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail immediately with ERR_BADCHANMASK when clients ignore TARGMAX
No need to send this to the homeserver, this is very likely to be a client
error, so we should show a helpful message instead of the generic error
from the homeserver
"@label=abcd :server. 476 foo:example.org #room1:example.org,#room2:example.org :commas are not allowed in channel names (ISUPPORT MAXTARGETS/TARGMAX not implemented?)\r\n"
439
+
)
440
+
end
441
+
432
442
test"ignores TAGMSG",%{handler: handler}do
433
443
do_connection_registration(handler)
434
444
@@ -946,7 +956,6 @@ defmodule M51.IrcConn.HandlerTest do
0 commit comments