]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
Update help
authorEd Kellett <redacted>
Sun, 23 Jun 2019 01:38:06 +0000 (02:38 +0100)
committerEd Kellett <redacted>
Sun, 23 Jun 2019 03:36:39 +0000 (04:36 +0100)
24 files changed:
help/opers/cmode
help/opers/connect
help/opers/die
help/opers/dline
help/opers/grant [new file with mode: 0644]
help/opers/kill
help/opers/kline
help/opers/modlist
help/opers/modload
help/opers/modreload
help/opers/modrestart
help/opers/modunload
help/opers/operwall
help/opers/rehash
help/opers/remove [new file with mode: 0644]
help/opers/restart
help/opers/squit
help/opers/umode
help/opers/undline
help/opers/unkline
help/opers/unxline
help/opers/wallops
help/opers/xline
help/users/umode

index 69354d41ae8bc1511d90aa203dd10a08857c40f1..e810b0ff46f38bae72362fdf3b557e1087d2c65f 100644 (file)
@@ -18,6 +18,8 @@ NO PARAMETERS:
               weakens +i control.
      +z     - Op moderated.  Messages blocked by +m, +b and +q are instead
               sent to ops.
+     +u     - Unfiltered.  Server-side content filters do not check messages
+              to this channel.
      +L     - Large ban list.  Increase maximum number of +beIq entries.
               Only settable by opers.
      +P     - Permanent.  Channel does not disappear when empty.  Only
@@ -48,7 +50,7 @@ WITH PARAMETERS:
      +o     - Op.  Allows a user full control over the channel.
               PARAMS: /mode #channel +o nick
      +b     - Ban.  Prevents a user from entering the channel, and from
-              sending or changing nick if they are on it, based on a 
+              sending or changing nick if they are on it, based on a
               nick!ident@host match.
               PARAMS: /mode #channel +b nick!user@host
      +q     - Quiet.  Prevents a user from sending to the channel or changing
@@ -58,6 +60,6 @@ WITH PARAMETERS:
               they are banned (+b) or quieted (+q), based on a nick!ident@host
               match.
               PARAMS: /mode #channel +e nick!user@host
-     +I     - Invite Exempt.  Allows a user to join a +i channel without an 
+     +I     - Invite Exempt.  Allows a user to join a +i channel without an
               invite, based on a nick!user@host match.
               PARAMS: /mode #channel +I nick!user@host
index 929bfb8c90954b5e63cd8b9e7ad1c550f33b5152..d62a4753db33bc68612c53a031ac0de7ff2dcbc6 100644 (file)
@@ -1,7 +1,7 @@
 CONNECT <server_A> [port] [server_B]
 
 When [server_B] is used, CONNECT asks [server_B] to
-connect to <server_A>.  Requires Oper Priv: R
+connect to <server_A>.  Requires Oper Priv: routing
 
 The [port] must be specified with [server_B], this is
 usually 6667.  To use the default port in the connect
index b81cce926aa4397bd059811c88a796ffd8a8dc5e..e6754a68a4b1f9c78213c1b6509b96835b733619 100644 (file)
@@ -2,4 +2,4 @@ DIE server.name
 
 Terminates the IRC server
 
-- Requires Oper Priv: D
+- Requires Oper Priv: die
index 144c2d2a164c20858335a365c920b5feae7d55d3..3f12fb3f2ad4ec92b6aaca7727ee7e4aa821b7dd 100644 (file)
@@ -17,4 +17,4 @@ DLINE [duration] <ip> ON irc.server :[reason] [| oper reason]
 will dline the user on irc.server if irc.server accepts
 remote dlines. irc.server can contain wildcards.
 
-- Requires Oper Priv: K
+- Requires Oper Priv: kline
diff --git a/help/opers/grant b/help/opers/grant
new file mode 100644 (file)
index 0000000..1ef0506
--- /dev/null
@@ -0,0 +1,9 @@
+GRANT <target> deoper
+
+Removes oper status from <target>.
+
+GRANT <target> <privset>
+
+Opers <target> with the privset <privset>.
+
+- Requires Oper Priv: grant
index 93153ff6814753b12486e674b5e51d5fea60773e..8fff2f95ce106c37a316420693e74114113d6560 100644 (file)
@@ -3,5 +3,4 @@ KILL <nick> <reason>
 Disconnects user <nick> from the IRC server he/she
 is connected to with reason <reason>.
 
-- Requires Oper Priv: C
-- Requires Oper Priv: O for users not on your IRC server
+- Requires Oper Priv: kill
index 705928ba1a0254c6214c684d1d0c981a51996c6c..b086c80dcad790eb288fb1c0674b31869c381f92 100644 (file)
@@ -23,4 +23,5 @@ KLINE [duration] <user@host> ON irc.server :[reason] [| oper reason]
 will kline the user on irc.server if irc.server accepts
 remote klines. irc.server can contain wildcards.
 
-- Requires Oper Priv: K
+- Requires Oper Priv: kline
+- Requires Oper Priv: remoteban when "ON" is used
index 58c5b0da16fe16b5a6541c2fdc48d79398ff4f14..bedfec2875fe3ba1a34055c7dee7c712f044bbcd 100644 (file)
@@ -5,4 +5,4 @@ ircd, along with their address and version.
 When a match string is provided, modlist only prints
 modules with names matching the match string.
 
-- Requires Oper Priv: A
+- Requires Oper Priv: admin
index 4ad68252ca183fa28d06e4edd5df9c92e5291972..21498d7d97f68c28f75a640f1551a53faf2319a6 100644 (file)
@@ -5,4 +5,4 @@ the optional path can be an absolute path
 from / or from the IRCD_PREFIX
 (ie modules/autoload/m_users.so)
 
-- Requires Oper Priv: A
+- Requires Oper Priv: admin
index 96abca29f96dad4b2c4f72ee6297b7d2aeba832b..fa14d64426a5dee6c0899fd0d28a22530bc928a6 100644 (file)
@@ -3,4 +3,4 @@ MODRELOAD <module.so>
 -- Reload a module in the ircd
 Use just the module name, the path is not needed.
 
-- Requires Oper Priv: A
+- Requires Oper Priv: admin
index 12ceb91f18902717827b973a8b24fbfa63e70df5..aa72a0f481e2a6272f99f0cfc8526421dfe2078a 100644 (file)
@@ -4,4 +4,4 @@ MODRESTART
 All modules are unloaded, then those in modules/autoload
 are loaded
 
-- Requires Oper Priv: A
+- Requires Oper Priv: admin
index 4dca1136fb62f3e8c5a8b1f82fe603bbc7b871ef..7e363a6dc66505501e483db672b35d6e73eefc4b 100644 (file)
@@ -5,4 +5,4 @@ Use just the module name, the path is not needed.
 When a module is unloaded, all commands associated
 with it are unloaded as well.
 
-- Requires Oper Priv: A
+- Requires Oper Priv: admin
index 55f49de03db5f7c873525a6f902576615e07e596..cfbb3de32167f41d618605a196e02b2dee17dee8 100644 (file)
@@ -3,4 +3,4 @@ OPERWALL :<message>
 Sends an OPERWALL message of <message> to all
 opers who are umode +z
 
-- Requires Oper Priv: L
+- Requires Oper Priv: operwall
index 709a90b0e5a6363c425441785e3b79a1124d0db8..ecf404da271e436ef7fb7bc9abd07046c55f6bcf 100644 (file)
@@ -17,11 +17,11 @@ ircd.conf file.
   TRESVS   - Clears temporary nick and channel resvs
   TXLINES  - Clears temporary X Lines
 
-- Requires Oper Priv: H
+- Requires Oper Priv: rehash
 
 REHASH [option] irc.server
 
 Rehashes [option], or the config file if none given, on irc.server if
 irc.server accepts remote rehashes.
 
-- Requires Oper Priv: HB
+- Requires Oper Priv: rehash, remoteban
diff --git a/help/opers/remove b/help/opers/remove
new file mode 100644 (file)
index 0000000..4cad906
--- /dev/null
@@ -0,0 +1,5 @@
+REMOVE <channel> <nick> :[msg]
+
+The REMOVE command functions identically to a kick,
+but is sent to users as a PART.  You must be a
+channel operator to use this command.
index 868a470aa5a38ce89ddd251d0a4bda304a3d90a2..739be6018ed15c6610390c227a50974d9fdf955a 100644 (file)
@@ -2,4 +2,4 @@ RESTART server.name
 
 Restarts the IRC server.
 
-- Requires Oper Priv: D
+- Requires Oper Priv: die
index 30718de6ac1e046b99655aa915fce98e3a0e06b0..309b431fe5fb1c874d809459cfe1173b0e58f6b9 100644 (file)
@@ -1,4 +1,5 @@
 SQUIT <server> [reason]
 
 Splits <server> away from your side of the net with [reason].
-- Requires Oper Priv: R for servers not connected to you
+
+- Requires Oper Priv: routing
index 9fb62c4c5c81792e9236fa4ade0b5d257f1d37dc..1b6e696543066023d6accb90069f00b28189644a 100644 (file)
@@ -4,13 +4,17 @@ Usermodes: (* designates that the umode is oper only)
 
      USERMODE     DESCRIPTION
 -----------------------------------------------------------------
-         +i     - Designates this client 'invisible'.
-         +g     - "caller id" mode only allow accept clients to message you
+         +i     - Invisible - hides you from channel listings by users who do
+                  not share the channel with you.
+         +g     - "caller id" mode - prevents anyone from messaging you until
+                  /accept-ed.
          +w     - Can see oper and server wallops.
          +o     - Designates this client is an IRC Operator.
                   Use the /oper command to attain this.
          +O     - Designates this client is a 'helper' -- operator with reduced
                   privilege. Use the /oper command to attain this.
+         +u     - Unfiltered - messages to you will not be subject to
+                  server-side content filtering. Redundant for opers.
        * +a     - Is marked as a server admin in whois.
        * +l     - Can see oper locops (local wallops).
        * +s     - Can see server notices (see /quote help snomask).
@@ -20,4 +24,4 @@ Usermodes: (* designates that the umode is oper only)
          +Q     - Prevents you from being affected by channel forwarding.
          +R     - Prevents unidentified users from messaging you. You may
                   exempt individuals with /accept .
-         +Z     - Is connected via SSL (cannot be set or unset).
+         +Z     - Is connected via TLS (cannot be set or unset).
index b2b7b106c9124fdfcd6366174ca2d0c81438111f..16d4163e0fd8337e37b1bfdc19cb08f0ab91b624 100644 (file)
@@ -2,4 +2,4 @@ UNDLINE <ip>
 
 Will attempt to undline the given <ip>
 
-- Requires Oper Priv: U
+- Requires Oper Priv: unkline
index ad1b9e6f9921086f0a4bafaadb5242a708522756..b1e1d227a0fcdc3d5431908a15d28052065ac5e8 100644 (file)
@@ -7,4 +7,4 @@ UNKLINE <user@host> ON irc.server will unkline
 the user on irc.server if irc.server accepts
 remote unklines.
 
-- Requires Oper Priv: U
+- Requires Oper Priv: unkline
index fb556b80948d86fe723b47ac79e73d129f0ade22..9c5c68ada992960b415ca71f0741975e801fdef2 100644 (file)
@@ -2,9 +2,11 @@ UNXLINE <gecos>
 
 Will attempt to unxline the given <gecos>
 
+- Requires Oper Priv: xline
+
 
 UNXLINE <gecos> ON <server>
 
 Will attempt to unxline the given <gecos> on <server>.
 
-- Requires Oper Priv: X
+- Requires Oper Priv: remoteban, xline
index 9eec6d23c7049dd6bf590278a04c4afad09871cc..d1ff8d1c16cf1b069ddef95794242c9b0c0bd796 100644 (file)
@@ -5,4 +5,4 @@ who are umode +w (including non-opers).
 
 Server sent WALLOPS go to all opers who are umode +w.
 
-- Requires Oper Priv: M
+- Requires Oper Priv: massnotice
index 7f7d8bf66558f79d683afa64c12326e7ac6ec8f8..7d44191d75645220c2c3c09947568392e97dc23d 100644 (file)
@@ -1,7 +1,7 @@
 XLINE [time] <gecos> :<reason>
 
 Bans by gecos (aka 'real name') field.  If [time] is not specified
-this is added to the database, otherwise is temporary for [time] 
+this is added to the database, otherwise is temporary for [time]
 minutes.
 
 Eg. /quote xline eggdrop?bot :no bots
@@ -12,12 +12,12 @@ The <gecos> field contains certain special characters:
   @ - Match any letter [A-Za-z]
   # - Match any digit [0-9]
 
-To use a literal one of these characters, escape it with '\'.  A 
+To use a literal one of these characters, escape it with '\'.  A
 literal '\' character must also be escaped.  You may also insert \s
 which will be converted into a space.
 
 If the <gecos> field is purely numeric (ie "123") then the time
-field must be specified.  "0" must be used to denote a permanent 
+field must be specified.  "0" must be used to denote a permanent
 numeric XLINE.
 
 XLINE [time] <gecos> ON <server> :<reason>
@@ -25,4 +25,4 @@ XLINE [time] <gecos> ON <server> :<reason>
 Will attempt to set the XLINE on <server> if <server> accepts
 remote xlines.
 
-- Requires Oper Priv: X
+- Requires Oper Priv: xline
index 78c0fd37be09393f97dfd28a9ad7055ee58ee70a..373daec9a52522b551474018cd81b0331138d8ee 100644 (file)
@@ -4,11 +4,15 @@ Usermodes:
 
      USERMODE     DESCRIPTION
 -----------------------------------------------------------------
-         +i     - Designates this client 'invisible'.
-         +g     - "caller id" mode only allow accept clients to message you
-         +w     - Can see oper wallops.
+         +i     - Invisible - hides you from channel listings by users who do
+                  not share the channel with you.
+         +g     - "caller id" mode - prevents anyone from messaging you until
+                  /accept-ed.
+         +u     - Unfiltered - messages to you will not be subject to
+                  server-side content filtering.
+         +w     - Wallops - you receive /wallops messages from staff.
          +D     - Deaf - ignores all channel messages.
          +Q     - Prevents you from being affected by channel forwarding.
          +R     - Prevents unidentified users from messaging you. You may
                   exempt individuals with /accept .
-         +Z     - Is connected via SSL (cannot be set or unset).
+         +Z     - Is connected via TLS (cannot be set or unset).