From: genius3000 Date: Sun, 22 Oct 2017 00:56:29 +0000 (-0600) Subject: Helpop: Add extban 'n' - connect class ban X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=2a6b5f45dac137096b8e7aea72c93f6020cc149c;p=user%2Fhenk%2Fcode%2Finspircd.git Helpop: Add extban 'n' - connect class ban Commit a54497e added m_classban, this updates the helpop files. --- 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