mirror of
https://github.com/znc/znc.git
synced 2026-08-02 06:52:51 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user