From 6fcbfc072387752ec345d7589e986b9959f350fc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 11 Apr 2020 15:09:34 +0100 Subject: Add support for limiting what opers can subscribe to snomasks. --- docs/conf/opers.conf.example | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/conf') diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index 67801ce31..dfde001b5 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -49,12 +49,15 @@ usermodes="*" # chanmodes: Oper-only channel modes that opers with this class can use. - chanmodes="*"> + chanmodes="*" + + # snomasks: The snomasks that opers with this class can use. + snomasks="*"> - - - + + + -- cgit v1.2.3