mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Add CClient::PutStatus(const CTable&) and use it everywhere
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1222 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -100,6 +100,7 @@ public:
|
||||
|
||||
void PutIRC(const CString& sLine);
|
||||
void PutClient(const CString& sLine);
|
||||
unsigned int PutStatus(const CTable& table);
|
||||
void PutStatus(const CString& sLine);
|
||||
void PutStatusNotice(const CString& sLine);
|
||||
void PutModule(const CString& sModule, const CString& sLine);
|
||||
|
||||
Reference in New Issue
Block a user