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:
psychon
2010-05-02 08:36:57 +00:00
parent 6b3f8929c7
commit 99f1efc843
37 changed files with 275 additions and 277 deletions

View File

@@ -11,7 +11,7 @@
class CAutoOpMod;
#define AUTOOP_CHALLENGE_LENGTH 32
#define AUTOOP_CHALLENGE_LENGTH 32
class CAutoOpTimer : public CTimer {
public:
@@ -27,7 +27,7 @@ private:
protected:
virtual void RunJob();
CAutoOpMod* m_pParent;
CAutoOpMod* m_pParent;
};
class CAutoOpUser {
@@ -121,10 +121,10 @@ public:
}
private:
protected:
CString m_sUsername;
CString m_sUserKey;
CString m_sHostmask;
set<CString> m_ssChans;
CString m_sUsername;
CString m_sUserKey;
CString m_sHostmask;
set<CString> m_ssChans;
};
class CAutoOpMod : public CModule {
@@ -452,8 +452,8 @@ public:
}
}
private:
map<CString, CAutoOpUser*> m_msUsers;
MCString m_msQueue;
map<CString, CAutoOpUser*> m_msUsers;
MCString m_msQueue;
};
void CAutoOpTimer::RunJob() {