mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user