]> jfr.im git - solanum.git/blobdiff - modules/m_sasl.c
Combine stats A output parameters (#35)
[solanum.git] / modules / m_sasl.c
index e8217aa6935db1c2e648ab5848d1da7374a3acc8..3ac5a1397b45f8139ec164f1bef2134ec280b755 100644 (file)
@@ -106,7 +106,7 @@ sasl_data(struct Client *client_p)
 static struct ClientCapability capdata_sasl = {
        .visible = sasl_visible,
        .data = sasl_data,
-       .flags = CLICAP_FLAGS_STICKY,
+       .flags = CLICAP_FLAGS_STICKY | CLICAP_FLAGS_PRIORITY,
 };
 
 mapi_cap_list_av2 sasl_cap_list[] = {