1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

irc: add command /cap (closes #8)

This commit is contained in:
Sébastien Helleu
2015-08-24 10:02:38 +02:00
parent f68896fdd3
commit 350938181b
28 changed files with 673 additions and 50 deletions
+6
View File
@@ -43,6 +43,12 @@ struct t_irc_channel;
return WEECHAT_RC_OK; \
}
/* list of supported capabilities (for completion in command /cap) */
#define IRC_COMMAND_CAP_SUPPORTED_COMPLETION \
"account-notify|away-notify|extended-join|" \
"multi-prefix|server-time|userhost-in-names" \
"|%*"
extern void irc_command_away_server (struct t_irc_server *server,
const char *arguments,
int reset_unread_marker);