]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
sasl: making the sasl capability actually sticky seems incompatible with broken imple...
authorWilliam Pitcock <redacted>
Sun, 1 Mar 2015 06:22:50 +0000 (00:22 -0600)
committerWilliam Pitcock <redacted>
Sun, 1 Mar 2015 06:22:50 +0000 (00:22 -0600)
modules/m_cap.c

index bfcb70db0e336b40608a497f18ee8fb95cf27555..93830cf3b8b360dd7e41a4b3d02db40f892272c6 100644 (file)
@@ -71,7 +71,7 @@ static struct clicap
        int namelen;
 } clicap_list[] = {
        _CLICAP("multi-prefix", CLICAP_MULTI_PREFIX, 0, 0, 0),
-       _CLICAP("sasl", CLICAP_SASL, 0, 0, CLICAP_FLAGS_STICKY),
+       _CLICAP("sasl", CLICAP_SASL, 0, 0, 0),
        _CLICAP("account-notify", CLICAP_ACCOUNT_NOTIFY, 0, 0, 0),
        _CLICAP("extended-join", CLICAP_EXTENDED_JOIN, 0, 0, 0),
        _CLICAP("away-notify", CLICAP_AWAY_NOTIFY, 0, 0, 0),