mirror of
https://github.com/znc/znc.git
synced 2026-05-08 22:34:45 +02:00
Removed an unnecessary exclamation mark from the admin module.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1746 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ class CAdminMod : public CModule {
|
||||
const CString sSalt = CUtils::GetSalt();
|
||||
const CString sHash = CUser::SaltedHash(value, sSalt);
|
||||
user->SetPass(sHash, CUser::HASH_DEFAULT, sSalt);
|
||||
PutModule("Password has been changed!!");
|
||||
PutModule("Password has been changed!");
|
||||
}
|
||||
else if (var == "maxjoins") {
|
||||
unsigned int i = value.ToUInt();
|
||||
|
||||
Reference in New Issue
Block a user