Added VersionReply config option

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@167 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-23 16:30:57 +00:00
parent 77798b286a
commit b69a6419ab
5 changed files with 21 additions and 2 deletions
+3
View File
@@ -370,6 +370,9 @@ bool CZNC::ParseConfig(const string& sConfigFile) {
if (strcasecmp(sName.c_str(), "Nick") == 0) {
pUser->SetNick(sValue);
continue;
} else if (strcasecmp(sName.c_str(), "VersionReply") == 0) {
pUser->SetVersionReply(sValue);
continue;
} else if (strcasecmp(sName.c_str(), "QuitMsg") == 0) {
pUser->SetQuitMsg(sValue);
continue;