]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_check.cpp
General code cleanup for the commonchans module.
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
index 58e71aadcc3e4004c6eb4fe3708a63f19a771769..6447ef9e3da2250b2ef2ca6c94dbda58edd50ab7 100644 (file)
@@ -146,7 +146,7 @@ class CommandCheck : public Command
                : Command(parent,"CHECK", 1)
                , snomaskmode(parent, "snomask")
        {
-               flags_needed = 'o'; syntax = "<nickname>|<ip>|<hostmask>|<channel> <server>";
+               flags_needed = 'o'; syntax = "<nick>|<ipmask>|<hostmask>|<channel> [<servername>]";
        }
 
        CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE