From f6d30f8fef02e9571628bd3cc6519c2b897ff496 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Oct 2020 02:14:33 -0400 Subject: m_cban: Implement support for channel masks Allows wildcards to be used --- docs/conf/helpop.conf.example | 6 +++--- src/modules/m_cban.cpp | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 792efcd9c..4805ae790 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -572,9 +572,9 @@ the network. Sends a message to all users with the +g snomask. "> -syntax = " [ [:]]"; + flags_needed = 'o'; + this->syntax = " [ [:]]"; } CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE -- cgit v1.2.3