From 7d84771f49973d7091789a8b5f0f6295d288a673 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 19 Feb 2019 21:25:16 +0100 Subject: [PATCH] Minor text fixes for m_filter. --- docs/conf/helpop.conf.example | 8 ++++---- docs/conf/modules.conf.example | 2 +- src/modules/m_filter.cpp | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.2