mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13: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 @@ private:
|
||||
virtual void RunJob();
|
||||
|
||||
private:
|
||||
CAwayNickMod& m_Module;
|
||||
CAwayNickMod& m_Module;
|
||||
};
|
||||
|
||||
class CBackNickTimer : public CTimer {
|
||||
@@ -40,7 +40,7 @@ private:
|
||||
}
|
||||
|
||||
private:
|
||||
CModule& m_Module;
|
||||
CModule& m_Module;
|
||||
};
|
||||
|
||||
class CAwayNickMod : public CModule {
|
||||
@@ -170,8 +170,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
CString m_sFormat;
|
||||
CString m_sAwayNick;
|
||||
CString m_sFormat;
|
||||
CString m_sAwayNick;
|
||||
};
|
||||
|
||||
CAwayNickTimer::CAwayNickTimer(CAwayNickMod& Module)
|
||||
|
||||
Reference in New Issue
Block a user