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