Added flag to CChan to tell whether chan is in the config or not

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@427 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-07-10 23:55:22 +00:00
parent 4df25d55cb
commit 3b8b29e8a3
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ void CIRCSock::ReadLine(const CString& sData) {
}
if (sNick.CaseCmp(GetNick()) == 0) {
m_pUser->AddChan(sChan);
m_pUser->AddChan(sChan, false);
}
CChan* pChan = m_pUser->FindChan(sChan);