Update 'User Deleted' message to match format

The User Deleted output for a success does not match the rest of the output formats for other commands and needs to match the same 'standard' for outputs.
This commit is contained in:
Thomas Ward
2015-03-30 11:36:12 -04:00
parent 9814f2a258
commit 7f6380ae8b
+1 -1
View File
@@ -884,7 +884,7 @@ class CAdminMod : public CModule {
return;
}
PutModule("User " + sUsername + " deleted!");
PutModule("User [" + sUsername + "] deleted!");
return;
}