summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-server.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-02-19 20:20:04 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-02-19 20:20:04 +0100
commit588921686de6f67b1a9e3b7d693f9c891f1388bc (patch)
treeaf438910b981ae8576d13017db2b6ad3e8756c66 /src/plugins/irc/irc-server.h
parent8d630641dc4172180672ff46728143aabf4e00f3 (diff)
downloadweechat-588921686de6f67b1a9e3b7d693f9c891f1388bc.zip
irc: rename server option "cap" to "capabilities"
Diffstat (limited to 'src/plugins/irc/irc-server.h')
-rw-r--r--src/plugins/irc/irc-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-server.h b/src/plugins/irc/irc-server.h
index 9c347ded1..af5d6d1bb 100644
--- a/src/plugins/irc/irc-server.h
+++ b/src/plugins/irc/irc-server.h
@@ -42,7 +42,7 @@ enum t_irc_server_option
IRC_SERVER_OPTION_SSL_DHKEY_SIZE, /* Diffie Hellman key size */
IRC_SERVER_OPTION_SSL_VERIFY, /* check if the connection is trusted */
IRC_SERVER_OPTION_PASSWORD, /* password for server */
- IRC_SERVER_OPTION_CAP, /* capabilities to enable on server */
+ IRC_SERVER_OPTION_CAPABILITIES, /* client capabilities to enable */
IRC_SERVER_OPTION_SASL_MECHANISM,/* mechanism for SASL authentication */
IRC_SERVER_OPTION_SASL_USERNAME, /* username for SASL authentication */
IRC_SERVER_OPTION_SASL_PASSWORD, /* password for SASL authentication */