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:
psychon
2009-09-24 10:20:23 +00:00
parent e259594035
commit a190d97cae

View File

@@ -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;
}