From aaaf9faf1d4dba11d74d9aab1333ff09c184ce4a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 10 Mar 2015 08:21:46 -0500 Subject: [PATCH] cap: sasl is now enforced as sticky again --- modules/m_cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_cap.c b/modules/m_cap.c index 07d2e37e..b032be70 100644 --- a/modules/m_cap.c +++ b/modules/m_cap.c @@ -73,7 +73,7 @@ static struct clicap int namelen; } clicap_list[] = { _CLICAP("multi-prefix", CLICAP_MULTI_PREFIX, 0, 0, 0), - _CLICAP("sasl", CLICAP_SASL, 0, 0, 0), + _CLICAP("sasl", CLICAP_SASL, 0, 0, CLICAP_FLAGS_STICKY), _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),