mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51: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:
@@ -17,7 +17,7 @@
|
||||
|
||||
class CSASLAuthMod : public CModule {
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CSASLAuthMod) {
|
||||
MODCONSTRUCTOR(CSASLAuthMod) {
|
||||
m_Cache.SetTTL(60000/*ms*/);
|
||||
}
|
||||
virtual ~CSASLAuthMod() {}
|
||||
|
||||
Reference in New Issue
Block a user