]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
fix little typo in syntax hint, type => action
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 4 Feb 2009 10:19:49 +0000 (10:19 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 4 Feb 2009 10:19:49 +0000 (10:19 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11027 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_filter.cpp

index 2d113d55d915eb0e1a27af4996682dccb9178990..71742d596a77bed2fbac7ed9d58aced4f19f9bd5 100644 (file)
@@ -133,7 +133,7 @@ class CommandFilter : public Command
        CommandFilter(FilterBase* f, InspIRCd* Me, const std::string &ssource) : Command(Me, "FILTER", "o", 1, 5), Base(f)
        {
                this->source = ssource;
-               this->syntax = "<filter-definition> <type> <flags> [<gline-duration>] :<reason>";
+               this->syntax = "<filter-definition> <action> <flags> [<gline-duration>] :<reason>";
        }
 
        CmdResult Handle(const std::vector<std::string> &parameters, User *user)