mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
+1
-1
@@ -116,7 +116,7 @@ public:
|
||||
void SetInConfig(bool b) { m_bInConfig = b; }
|
||||
void SetCreationDate(unsigned long u) { m_ulCreationDate = u; }
|
||||
void Disable() { m_bDisabled = true; }
|
||||
void Enable() { m_bDisabled = false; }
|
||||
void Enable();
|
||||
void IncJoinTries() { m_uJoinTries++; }
|
||||
void ResetJoinTries() { m_uJoinTries = 0; }
|
||||
// !Setters
|
||||
|
||||
Reference in New Issue
Block a user