mirror of
https://github.com/znc/znc.git
synced 2026-05-09 14:54:53 +02:00
I suck (I broke the build!)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1555 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
m_sPass = sPass;
|
||||
SetNV("Password", m_sPass);
|
||||
PutModule("Password set");
|
||||
} else if (xCmdName == "clear") {
|
||||
} else if (sCmdName == "clear") {
|
||||
m_sPass = "";
|
||||
DelNV("Password");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user