Added QuitMsg config option

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@166 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-23 16:14:05 +00:00
parent 9b3ac7cb94
commit 77798b286a
6 changed files with 17 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(), "QuitMsg") == 0) {
pUser->SetQuitMsg(sValue);
continue;
} else if (strcasecmp(sName.c_str(), "AltNick") == 0) {
pUser->SetAltNick(sValue);
continue;