]> jfr.im git - solanum.git/blobdiff - modules/m_cap.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_cap.c
index bf9299533f398990ca47970ddb05735e04522980..7abfa9fe639f79b01fe36a51d50cf9162d21f13f 100644 (file)
@@ -70,7 +70,10 @@ static struct clicap
 } clicap_list[] = {
        _CLICAP("multi-prefix", CLICAP_MULTI_PREFIX, 0, 0),
        _CLICAP("sasl", CLICAP_SASL, 0, 0),
-       _CLICAP("source-account-hostmask", CLICAP_ACCOUNT_HOSTMASK, 0, 0),
+       _CLICAP("account-notify", CLICAP_ACCOUNT_NOTIFY, 0, 0),
+       _CLICAP("extended-join", CLICAP_EXTENDED_JOIN, 0, 0),
+       _CLICAP("away-notify", CLICAP_AWAY_NOTIFY, 0, 0),
+       _CLICAP("tls", CLICAP_TLS, 0, 0),
 };
 
 #define CLICAP_LIST_LEN (sizeof(clicap_list) / sizeof(struct clicap))