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

@@ -35,7 +35,7 @@ public:
protected:
virtual void RunJob();
CString m_sNick;
CString m_sNick;
};
class CSChatSock : public CSocket
@@ -54,7 +54,7 @@ public:
virtual bool ConnectionFrom(const CS_STRING & sHost, u_short iPort)
{
Close(); // close the listener after the first connection
Close(); // close the listener after the first connection
return(true);
}
@@ -92,9 +92,9 @@ public:
}
private:
CSChat *m_pModule;
CString m_sChatNick;
vector<CS_STRING> m_vBuffer;
CSChat *m_pModule;
CString m_sChatNick;
VCString m_vBuffer;
};
class CSChat : public CModule
@@ -393,8 +393,8 @@ public:
}
private:
map< CString,pair< u_long,u_short > > m_siiWaitingChats;
CString m_sPemFile;
map< CString,pair< u_long,u_short > > m_siiWaitingChats;
CString m_sPemFile;
};