From 2a6b5f45dac137096b8e7aea72c93f6020cc149c Mon Sep 17 00:00:00 2001 From: genius3000 Date: Sat, 21 Oct 2017 18:56:29 -0600 Subject: [PATCH] Helpop: Add extban 'n' - connect class ban Commit a54497e added m_classban, this updates the helpop files. --- docs/conf/helpop-full.conf.example | 2 ++ docs/conf/helpop.conf.example | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index a1e3c881a..d1007676c 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -1051,6 +1051,8 @@ Matching extbans: j: Matches anyone in the given channel. Does not support wildcards (requires channelban module). + n: Matches users in a matching connect class (requires + classban module). r: Matches users with a matching realname (requires gecosban module). s: Matches users on a matching server (requires serverban diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 20596e696..fb3f7b299 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -281,6 +281,8 @@ Matching extbans: j: Matches anyone in the given channel. Does not support wildcards (requires channelban module). + n: Matches users in a matching connect class (requires + classban module). r: Matches users with a matching realname (requires gecosban module). s: Matches users on a matching server (requires serverban -- 2.39.5