Added CTCPReply config option and removed VersionReply

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@394 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-06-28 07:25:28 +00:00
parent dbfaa3850a
commit 18b6b2e754
5 changed files with 28 additions and 14 deletions
+2 -2
View File
@@ -676,8 +676,8 @@ bool CZNC::ParseConfig(const CString& sConfig) {
} else if (sName.CaseCmp("Nick") == 0) {
pUser->SetNick(sValue);
continue;
} else if (sName.CaseCmp("VersionReply") == 0) {
pUser->SetVersionReply(sValue);
} else if (sName.CaseCmp("CTCPReply") == 0) {
pUser->AddCTCPReply(sValue.Token(0), sValue.Token(1, true));
continue;
} else if (sName.CaseCmp("QuitMsg") == 0) {
pUser->SetQuitMsg(sValue);