[svn] Merge old trunk r2059
Clarifications to the descriptions of umode +Q and cmode +F, suggested by Ariadne@SorceryNet.
This commit is contained in:
parent
add9f99dfa
commit
e7d250a693
4 changed files with 23 additions and 4 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
jilles 2007/03/28 15:22:49 UTC (20070328-3303)
|
||||
Log:
|
||||
Merge old trunk r2907,r2991:
|
||||
Allow TESTLINE on channel names.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+4 -0 trunk/doc/sgml/oper-guide/commands.sgml (File Modified)
|
||||
+4 -0 trunk/help/opers/testline (File Modified)
|
||||
+22 -0 trunk/modules/m_testline.c (File Modified)
|
||||
|
||||
|
||||
jilles 2007/03/28 15:04:06 UTC (20070328-3301)
|
||||
Log:
|
||||
Merge old trunk r2835:
|
||||
|
|
|
@ -57,6 +57,12 @@
|
|||
This mode takes one parameter of the same form as bans, which
|
||||
overrides +b and +q bans for all clients it matches.
|
||||
</para>
|
||||
<para>
|
||||
This can be useful if it is necessary to ban an entire ISP
|
||||
due to persistent abuse, but some users from that ISP should
|
||||
still be allowed in. For example:
|
||||
/mode #channel +be *!*@*.example.com *!*someuser@host3.example.com
|
||||
</para>
|
||||
<para>
|
||||
Only channel operators can see +e changes or request the list.
|
||||
</para>
|
||||
|
|
|
@ -105,9 +105,10 @@
|
|||
This is a user umode, which anybody can set. It is not specific to operators.
|
||||
</para>
|
||||
</note>
|
||||
This umode prevents you from being affected by any of the channel forwarding mechanisms. In
|
||||
any event where you would normally be forwarded, instead you will get the usual error message
|
||||
as if no forwarding was in effect.
|
||||
This umode prevents you from being affected by channel forwarding.
|
||||
If enabled on a channel, channel forwarding sends you to another
|
||||
channel if you could not join. See channel mode +f for more
|
||||
information.
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2>
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070328-3301"
|
||||
#define SERNO "20070328-3303"
|
||||
|
|
Loading…
Reference in a new issue