Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit 4b033a7

Browse files
committed
Merge PR #171
Not sure why I hadn't merged this before, but it makes my previous +u commit quite redundant.
2 parents 955f29d + 7eace36 commit 4b033a7

File tree

25 files changed

+61
-40
lines changed

25 files changed

+61
-40
lines changed

help/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SYMLINKS= topic accept cmode admin names links away whowas \
1616
version kick who invite quit join list nick oper part \
1717
time credits motd userhost users whois ison lusers \
1818
user help pass error challenge knock ping pong \
19-
cprivmsg cnotice map trace chantrace extban
19+
cprivmsg cnotice map trace chantrace extban remove
2020

2121
all:
2222
build:

help/opers/cmode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ NO PARAMETERS:
1818
weakens +i control.
1919
+z - Op moderated. Messages blocked by +m, +b and +q are instead
2020
sent to ops.
21-
+u - Unfiltered. Messages to the channel are not subject to
22-
content-based spam filtering.
21+
+u - Unfiltered. Server-side content filters do not check messages
22+
to this channel.
2323
+L - Large ban list. Increase maximum number of +beIq entries.
2424
Only settable by opers.
2525
+P - Permanent. Channel does not disappear when empty. Only
@@ -50,7 +50,7 @@ WITH PARAMETERS:
5050
+o - Op. Allows a user full control over the channel.
5151
PARAMS: /mode #channel +o nick
5252
+b - Ban. Prevents a user from entering the channel, and from
53-
sending or changing nick if they are on it, based on a
53+
sending or changing nick if they are on it, based on a
5454
nick!ident@host match.
5555
PARAMS: /mode #channel +b nick!user@host
5656
+q - Quiet. Prevents a user from sending to the channel or changing
@@ -60,6 +60,6 @@ WITH PARAMETERS:
6060
they are banned (+b) or quieted (+q), based on a nick!ident@host
6161
match.
6262
PARAMS: /mode #channel +e nick!user@host
63-
+I - Invite Exempt. Allows a user to join a +i channel without an
63+
+I - Invite Exempt. Allows a user to join a +i channel without an
6464
invite, based on a nick!user@host match.
6565
PARAMS: /mode #channel +I nick!user@host

help/opers/connect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONNECT <server_A> [port] [server_B]
22

33
When [server_B] is used, CONNECT asks [server_B] to
4-
connect to <server_A>. Requires Oper Priv: R
4+
connect to <server_A>. Requires Oper Priv: routing
55

66
The [port] must be specified with [server_B], this is
77
usually 6667. To use the default port in the connect

help/opers/die

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ DIE server.name
22

33
Terminates the IRC server
44

5-
- Requires Oper Priv: D
5+
- Requires Oper Priv: die

help/opers/dline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ DLINE [duration] <ip> ON irc.server :[reason] [| oper reason]
1717
will dline the user on irc.server if irc.server accepts
1818
remote dlines. irc.server can contain wildcards.
1919

20-
- Requires Oper Priv: K
20+
- Requires Oper Priv: kline

help/opers/grant

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
GRANT <target> deoper
2+
3+
Removes oper status from <target>.
4+
5+
GRANT <target> <privset>
6+
7+
Opers <target> with the privset <privset>.
8+
9+
- Requires Oper Priv: grant

help/opers/kill

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ KILL <nick> <reason>
33
Disconnects user <nick> from the IRC server he/she
44
is connected to with reason <reason>.
55

6-
- Requires Oper Priv: C
7-
- Requires Oper Priv: O for users not on your IRC server
6+
- Requires Oper Priv: kill

help/opers/kline

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ KLINE [duration] <user@host> ON irc.server :[reason] [| oper reason]
2323
will kline the user on irc.server if irc.server accepts
2424
remote klines. irc.server can contain wildcards.
2525

26-
- Requires Oper Priv: K
26+
- Requires Oper Priv: kline
27+
- Requires Oper Priv: remoteban when "ON" is used

help/opers/modlist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ircd, along with their address and version.
55
When a match string is provided, modlist only prints
66
modules with names matching the match string.
77

8-
- Requires Oper Priv: A
8+
- Requires Oper Priv: admin

help/opers/modload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ the optional path can be an absolute path
55
from / or from the IRCD_PREFIX
66
(ie modules/autoload/m_users.so)
77

8-
- Requires Oper Priv: A
8+
- Requires Oper Priv: admin

0 commit comments

Comments
 (0)