mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Added Put*() wrappers in CSocket
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@386 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -104,6 +104,11 @@ public:
|
||||
|
||||
bool Connect(const CString& sHostname, unsigned short uPort, bool bSSL = false, unsigned int uTimeout = 60);
|
||||
bool Listen(unsigned short uPort, bool bSSL = false, unsigned int uTimeout = 0);
|
||||
virtual bool PutIRC(const CString& sLine);
|
||||
virtual bool PutUser(const CString& sLine);
|
||||
virtual bool PutStatus(const CString& sLine);
|
||||
virtual bool PutModule(const CString& sLine, const CString& sIdent = "znc", const CString& sHost = "znc.com");
|
||||
virtual bool PutModNotice(const CString& sLine, const CString& sIdent = "znc", const CString& sHost = "znc.com");
|
||||
|
||||
// Setters
|
||||
void SetModule(CModule* p);
|
||||
|
||||
Reference in New Issue
Block a user