mirror of
https://github.com/znc/znc.git
synced 2026-05-09 23:04:47 +02:00
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:
@@ -884,7 +884,7 @@ class CAdminMod : public CModule {
|
||||
return;
|
||||
}
|
||||
|
||||
PutModule("User " + sUsername + " deleted!");
|
||||
PutModule("User [" + sUsername + "] deleted!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user