Fix controlpanel output

Accidentally broken in fe8d447a60
This commit is contained in:
Alexey Sokolov
2021-04-08 08:49:21 +01:00
committed by GitHub
parent 8296426c33
commit 4393b9d906
+2 -1
View File
@@ -165,11 +165,12 @@ class CAdminMod : public CModule {
"using the SetChan/GetChan commands:"));
}
if (sCmdFilter.empty())
if (sCmdFilter.empty()) {
PutModule("");
PutModule(
t_s("You can use $user as the user name and $network as the "
"network name for modifying your own user and network."));
}
}
CUser* FindUser(const CString& sUsername) {