mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
committed by
Alexey Sokolov
parent
4f40500383
commit
e69032af17
+1
-1
@@ -478,7 +478,7 @@ public:
|
||||
return sCap.Equals("sasl");
|
||||
}
|
||||
|
||||
virtual void OnServerCapResult(const CString& sCap, const bool bSuccess) {
|
||||
virtual void OnServerCapResult(const CString& sCap, bool bSuccess) {
|
||||
if (sCap.Equals("sasl")) {
|
||||
if (bSuccess) {
|
||||
GetMechanismsString().Split(" ", m_Mechanisms);
|
||||
|
||||
Reference in New Issue
Block a user