1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

irc: add support for IRCv3.2 Client Capability Negotiation (closes #586)

This commit is contained in:
Simmo Saan
2015-12-13 16:09:20 +02:00
parent 453434644a
commit bdfd984d72
4 changed files with 337 additions and 153 deletions
+1 -1
View File
@@ -1223,7 +1223,7 @@ IRC_COMMAND_CALLBACK(cap)
* enabled
*/
irc_server_sendf (ptr_server, IRC_SERVER_SEND_OUTQ_PRIO_HIGH, NULL,
"CAP LS");
"CAP LS 302");
irc_server_sendf (ptr_server, IRC_SERVER_SEND_OUTQ_PRIO_HIGH, NULL,
"CAP LIST");
}