mirror of
https://github.com/znc/znc.git
synced 2026-05-05 21:12:37 +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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user