*admin: SetChan takes the network as an argument

This commit is contained in:
Kyle Fuller
2012-01-15 04:17:45 +00:00
parent 13cfb161c9
commit c8f1a08b58

View File

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