mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
spelling: negotiation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
c0fbb5aaf5
commit
9f67ae369c
@@ -793,14 +793,14 @@ TEST(RelayIrcWithClient, RecvCommandCapab)
|
||||
LONGS_EQUAL(0, RELAY_IRC_DATA(ptr_relay_client, server_capabilities));
|
||||
LONGS_EQUAL(0, RELAY_IRC_DATA(ptr_relay_client, cap_end_received));
|
||||
|
||||
/* request with empty list: end of capability negociation */
|
||||
/* request with empty list: end of capability negotiation */
|
||||
CLIENT_RECV(":alice!user@host CAP REQ :");
|
||||
CHECK_SENT_CLIENT(":weechat.relay.irc CAP nick NAK :");
|
||||
LONGS_EQUAL(1, RELAY_IRC_DATA(ptr_relay_client, cap_end_received));
|
||||
|
||||
RELAY_IRC_DATA(ptr_relay_client, cap_end_received) = 0;
|
||||
|
||||
/* end capability negociation */
|
||||
/* end capability negotiation */
|
||||
CLIENT_RECV(":alice!user@host CAP END");
|
||||
LONGS_EQUAL(1, RELAY_IRC_DATA(ptr_relay_client, cap_end_received));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user