mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -41,7 +41,7 @@ protected:
|
||||
|
||||
class CIMAPAuthMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CIMAPAuthMod) {
|
||||
MODCONSTRUCTOR(CIMAPAuthMod) {
|
||||
m_Cache.SetTTL(60000);
|
||||
m_sServer = "localhost";
|
||||
m_uPort = 143;
|
||||
|
||||
Reference in New Issue
Block a user