]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Cleanup cmode help files and add cmodes provided by extensions.
authorB.Greenham <redacted>
Sun, 28 Mar 2010 03:21:34 +0000 (23:21 -0400)
committerB.Greenham <redacted>
Sun, 28 Mar 2010 03:21:34 +0000 (23:21 -0400)
help/opers/cmode
help/users/cmode

index 00b8e07871f70aa1a8d3e7ae1ca8db2a42cdcd0d..75de0a33f06f613d1d3abf6e3a5b57dca6177131 100644 (file)
@@ -1,5 +1,9 @@
 MODE <channel> <+|-><modes> [parameters]
 
+Channelmodes: (* designates that the cmode can only be set by opers)
+              (? designates that the cmode is provided by an extension
+               and may not be present on this server) 
+
 CHANNELMODE - DESCRIPTION
 ------------------------------------------------------------------------
 NO PARAMETERS:
@@ -18,10 +22,8 @@ NO PARAMETERS:
               weakens +i control.
      +z     - Op moderated.  Messages blocked by +m, +b and +q are instead
               sent to ops.
-     +L     - Large ban list.  Increase maximum number of +beIq entries.
-              Only settable by opers.
-     +P     - Permanent.  Channel does not disappear when empty.  Only
-              settable by opers.
+   * +L     - Large ban list.  Increase maximum number of +beIq entries.
+   * +P     - Permanent.  Channel does not disappear when empty.
      +F     - Free target.  Anyone may set forwards to this (otherwise
               ops are necessary).
      +Q     - Disable forward.  Users cannot be forwarded to the channel
@@ -41,9 +43,13 @@ NO PARAMETERS:
               rejoin immediately after being kicked. 
      +K     - No repeat messages. Messages that are the same as the
               last message sent to the channel will be blocked.
-     +M     - Immune. Opers cannot be kicked from the channel. May
-              be set by opers regardless of channel status. Users
-              will not see this mode at all.
+   * +M     - Immune. Opers cannot be kicked from the channel. May
+              be set by admins regardless of channel status. Users
+              will not see this mode at all. Can only be set by admins.
+  ?* +O     - Oper only channel. Only opers will be able to join.
+  ?* +A     - Admin only channel. Only admins will be able to join.
+              Can only be set by admins.
+   ? +S     - SSL only channel. Only clients connected via SSL may join.
 
 WITH PARAMETERS:
      +f     - Forward.  Forwards users who cannot join because of +i,
index 8ba2eb636a512f898cc10689a5f06b29625911d0..5e40b798af2946baa7e56646f152c26e4017dc04 100644 (file)
@@ -1,5 +1,9 @@
 MODE <channel> <+|-><modes> [parameters]
 
+Channelmodes: (* designates that the cmode can only be set by opers)
+              (? designates that the cmode is provided by an extension
+               and may not be present on this server) 
+
 CHANNELMODE - DESCRIPTION
 ------------------------------------------------------------------------
 NO PARAMETERS:
@@ -18,10 +22,8 @@ NO PARAMETERS:
               weakens +i control.
      +z     - Op moderated.  Messages blocked by +m, +b and +q are instead
               sent to ops.
-     +L     - Large ban list.  Increase maximum number of +beIq entries.
-              Only settable by opers.
-     +P     - Permanent.  Channel does not disappear when empty.  Only
-              settable by opers.
+   * +L     - Large ban list.  Increase maximum number of +beIq entries.
+   * +P     - Permanent.  Channel does not disappear when empty.
      +F     - Free target.  Anyone may set forwards to this (otherwise
               ops are necessary).
      +Q     - Disable forward.  Users cannot be forwarded to the channel
@@ -41,6 +43,10 @@ NO PARAMETERS:
               rejoin immediately after being kicked. 
      +K     - No repeat messages. Messages that are the same as the
               last message sent to the channel will be blocked.
+  ?* +O     - Oper only channel. Only opers will be able to join.
+  ?* +A     - Admin only channel. Only admins will be able to join.
+              Can only be set by admins.
+   ? +S     - SSL only channel. Only clients connected via SSL may join.
 
 WITH PARAMETERS:
      +f     - Forward.  Forwards users who cannot join because of +i,