diff options
author | Robby <robby@chatbelgie.be> | 2019-02-19 21:25:16 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-19 20:51:54 +0000 |
commit | 7d84771f49973d7091789a8b5f0f6295d288a673 (patch) | |
tree | 2c32586af53176f5bda96c795190a4189589eeae /src | |
parent | d2ed9f842f5c4d5d0ebb9230f920f7f2ac44fd5a (diff) |
Minor text fixes for m_filter.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_filter.cpp b/src/modules/m_filter.cpp index a0245b3eb..f49694e81 100644 --- a/src/modules/m_filter.cpp +++ b/src/modules/m_filter.cpp @@ -155,7 +155,7 @@ class CommandFilter : public Command : Command(f, "FILTER", 1, 5) { flags_needed = 'o'; - this->syntax = "<filter-definition> <action> <flags> [<duration>] :<reason>"; + this->syntax = "<pattern> [<action> <flags> [<duration>] :<reason>]"; } CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE; |