mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
*admin: SetChan takes the network as an argument
This commit is contained in:
@@ -375,7 +375,7 @@ class CAdminMod : public CModule {
|
||||
CString sValue = sLine.Token(5, true);
|
||||
|
||||
if (sValue.empty()) {
|
||||
PutModule("Usage: setchan <variable> <username> <chan> <value>");
|
||||
PutModule("Usage: setchan <variable> <username> <network> <chan> <value>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user