mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
Some more fun with tabs
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1966 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
void RunJob();
|
||||
|
||||
private:
|
||||
CKeepNickMod* m_pMod;
|
||||
CKeepNickMod* m_pMod;
|
||||
};
|
||||
|
||||
class CKeepNickMod : public CModule {
|
||||
@@ -180,7 +180,7 @@ public:
|
||||
|
||||
private:
|
||||
// If this is NULL, we are turned off for some reason
|
||||
CKeepNickTimer* m_pTimer;
|
||||
CKeepNickTimer* m_pTimer;
|
||||
};
|
||||
|
||||
CKeepNickTimer::CKeepNickTimer(CKeepNickMod *pMod) : CTimer(pMod, 30, 0,
|
||||
@@ -193,4 +193,3 @@ void CKeepNickTimer::RunJob() {
|
||||
}
|
||||
|
||||
MODULEDEFS(CKeepNickMod, "Keep trying for your primary nick")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user