From: Robby Date: Tue, 19 Feb 2019 20:25:16 +0000 (+0100) Subject: Minor text fixes for m_filter. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=7d84771f49973d7091789a8b5f0f6295d288a673;p=user%2Fhenk%2Fcode%2Finspircd.git Minor text fixes for m_filter. --- diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 3fdff9bee..f8689c7b4 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -477,15 +477,15 @@ service is temporarily closed and to try again later."> Opens the server up again for new connections."> - 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 = " [] :"; + this->syntax = " [ [] :]"; } CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE;