]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_shun.cpp
X-line expiries: use the new DurationString() function.
[user/henk/code/inspircd.git] / src / modules / m_shun.cpp
index cd2743ab09d1bbfbbbed25db1632f517ee3542cc..e54156da6aff01d9fa5262a9a9c7e7f34a4b22a2 100644 (file)
@@ -53,7 +53,7 @@ class CommandShun : public Command
  public:
        CommandShun(Module* Creator) : Command(Creator, "SHUN", 1, 3)
        {
-               flags_needed = 'o'; this->syntax = "<nick!user@hostmask> [<shun-duration>] :<reason>";
+               flags_needed = 'o'; this->syntax = "<nick!user@host> [<duration> :<reason>]";
        }
 
        CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE