Fixed error message

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@503 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-09-17 14:27:15 +00:00
parent 6adfe9f065
commit bca3769173

View File

@@ -594,7 +594,7 @@ bool CWebAdminSock::DelChan(CString& sPageRet) {
m_pUser->PutIRC("PART " + sChan);
if (!m_pModule->GetZNC()->WriteConfig()) {
GetErrorPage(sPageRet, "User added, but config was not written");
GetErrorPage(sPageRet, "Channel deleted, but config was not written");
return true;
}