From 7d84771f49973d7091789a8b5f0f6295d288a673 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 19 Feb 2019 21:25:16 +0100 Subject: Minor text fixes for m_filter. --- src/modules/m_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') 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; -- cgit v1.2.3