mirror of
https://github.com/znc/znc.git
synced 2026-07-05 17:31:06 +02:00
Fix AddServerThrottle.
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ public:
|
||||
const VCString& GetMotd() const { return m_vsMotd; }
|
||||
// !MOTD
|
||||
|
||||
void AddServerThrottle(CString sName) { m_sConnectThrottle.AddItem(sName); }
|
||||
void AddServerThrottle(CString sName) { m_sConnectThrottle.AddItem(sName, true); }
|
||||
bool GetServerThrottle(CString sName) { bool *b = m_sConnectThrottle.GetItem(sName); return (b && *b); }
|
||||
|
||||
void AddNetworkToQueue(CIRCNetwork *pNetwork);
|
||||
|
||||
Reference in New Issue
Block a user