]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_namedmodes.cpp
m_httpd: use http_response_str() instead of Response().
[user/henk/code/inspircd.git] / src / modules / m_namedmodes.cpp
index 8872ba62927c822977f8d90dda37f5084f1e209a..3c8452e7ba9b495d3b470d0c80659f95b78e71ea 100644 (file)
@@ -56,7 +56,7 @@ class CommandProp : public SplitCommand
        CommandProp(Module* parent)
                : SplitCommand(parent, "PROP", 1)
        {
-               syntax = "<user|channel> {[+-]<mode> [<value>]}*";
+               syntax = "<channel> [[(+|-)]<mode> [<value>]]";
        }
 
        CmdResult HandleLocal(LocalUser* src, const Params& parameters) CXX11_OVERRIDE