Support messages directed to specific user prefixes

Closes #195
This commit is contained in:
Kyle Fuller
2012-07-28 00:07:46 +07:00
parent 592b5d158d
commit 721d603383
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public:
bool PutModule(const CString& sModule, const CString& sLine, CClient* pClient = NULL, CClient* pSkipClient = NULL);
const std::vector<CChan*>& GetChans() const;
CChan* FindChan(const CString& sName) const;
CChan* FindChan(CString sName) const;
bool AddChan(CChan* pChan);
bool AddChan(const CString& sName, bool bInConfig);
bool DelChan(const CString& sName);