From 94d6de727e0adf70875118c1ec813177f7b9fc5c Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Tue, 5 Nov 2013 16:17:29 -0800 Subject: [PATCH 1/2] help/cmode: add documentation on channel owner mode +y --- help/opers/cmode | 2 ++ help/users/cmode | 2 ++ 2 files changed, 4 insertions(+) diff --git a/help/opers/cmode b/help/opers/cmode index 2dfeb03..c6cf938 100644 --- a/help/opers/cmode +++ b/help/opers/cmode @@ -70,6 +70,8 @@ WITH PARAMETERS: PARAMS: /mode #channel +o nick +a - Admin. Grants channel administrator status. PARAMS: /mode #channel +a nick + +y - Owner. Grants channel owner status. + PARAME: /mode #channel +y nick +b - Ban. Prevents a user from entering the channel, and from sending or changing nick if they are on it, based on a nick!ident@host match. diff --git a/help/users/cmode b/help/users/cmode index 1407534..e80fc91 100644 --- a/help/users/cmode +++ b/help/users/cmode @@ -66,6 +66,8 @@ WITH PARAMETERS: PARAMS: /mode #channel +o nick +a - Admin. Grants channel administrator status. PARAMS: /mode #channel +a nick + +y - Owner. Grants channel owner status. + PARAMS: /mode #channel +y nick +b - Ban. Prevents a user from entering the channel, and from sending or changing nick if they are on it, based on a nick!ident@host match. From dc6bed417c1c251b2187b446cfe674dec5df4956 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Tue, 5 Nov 2013 16:26:07 -0800 Subject: [PATCH 2/2] help/opers/cmode: fix small typo --- help/opers/cmode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/opers/cmode b/help/opers/cmode index c6cf938..fc2fac3 100644 --- a/help/opers/cmode +++ b/help/opers/cmode @@ -71,7 +71,7 @@ WITH PARAMETERS: +a - Admin. Grants channel administrator status. PARAMS: /mode #channel +a nick +y - Owner. Grants channel owner status. - PARAME: /mode #channel +y nick + PARAMS: /mode #channel +y nick +b - Ban. Prevents a user from entering the channel, and from sending or changing nick if they are on it, based on a nick!ident@host match.