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:
cflakes
2010-02-07 18:02:32 +00:00
parent f5848f5176
commit 82cf73d5c6
+1 -1
View File
@@ -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();