mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
admin: Fix the help for "setchan"
Thanks to flakes. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1632 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -296,7 +296,7 @@ class CAdminMod : public CModule {
|
||||
CString value = sLine.Token(4, true);
|
||||
|
||||
if (value.empty()) {
|
||||
PutModule("Usage: set <variable> <username> <value>");
|
||||
PutModule("Usage: setchan <variable> <username> <chan> <value>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user