"server-side ignore" is an incorrect description of umode +g
This commit is contained in:
parent
f3439650c0
commit
b9b28600d7
3 changed files with 5 additions and 5 deletions
|
@ -78,7 +78,7 @@ Note that some clients may have to use /quote ACCEPT instead of /accept.
|
|||
--
|
||||
|
||||
Client Hwy101: /msg Hwy-LL hi
|
||||
Hwy101 will see: -!- Hwy-LL is in +g mode (server-side ignore.)
|
||||
Hwy101 will see: -!- Hwy-LL is in +g mode and must manually allow you to message them.
|
||||
-!- Hwy-LL has been informed that you messaged them.
|
||||
|
||||
Hwy-LL will see: -!- Hwy101 wcampbel@admin.irc.monkie.org is messaging you, and you have umode +g.
|
||||
|
@ -86,7 +86,7 @@ Hwy-LL will see: -!- Hwy101 wcampbel@admin.irc.monkie.org is messaging you, and
|
|||
--
|
||||
|
||||
If Hwy101 sends another message to Hwy-LL (before the minute expires), he will
|
||||
see: -!- Hwy-LL is in +g mode (server-side ignore.)
|
||||
see: -!- Hwy-LL is in +g mode and must manually allow you to message them.
|
||||
and will not receive the second notice
|
||||
|
||||
Hwy-LL will NOT see any notice. This also applies if the second message comes
|
||||
|
@ -189,7 +189,7 @@ their accept list.
|
|||
|
||||
716 - ERR_TARGUMODEG
|
||||
--------------------
|
||||
:<server> 716 <nick> <target> :is in +g mode (server-side ignore.)
|
||||
:<server> 716 <nick> <target> :is in +g mode and must manually allow you to message them.
|
||||
|
||||
This numeric is used to indicate that a message (PRIVMSG) the client sent
|
||||
could not be delivered because of CallerID restrictions. The <target>
|
||||
|
|
|
@ -1352,7 +1352,7 @@ general {
|
|||
|
||||
/* usermodes configurable: a list of usermodes for the options below
|
||||
*
|
||||
* +g - callerid - Server Side Ignore
|
||||
* +g - callerid - Server-side private message allow list
|
||||
* +D - deaf - Don't see channel messages
|
||||
* +i - invisible - Not shown in NAMES or WHO unless you share a
|
||||
* a channel
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
#define NUMERIC_STR_713 "%s :Channel is open."
|
||||
#define NUMERIC_STR_714 ":%s 714 %s %s :You are already on that channel."
|
||||
#define NUMERIC_STR_715 ":%s 715 %s :KNOCKs are disabled."
|
||||
#define NUMERIC_STR_716 "%s :is in %s mode (server-side ignore.)"
|
||||
#define NUMERIC_STR_716 "%s :is in %s mode and must manually allow you to message them."
|
||||
#define NUMERIC_STR_717 "%s :has been informed that you messaged them."
|
||||
#define NUMERIC_STR_718 ":%s 718 %s %s %s@%s :is messaging you, and you have umode %s."
|
||||
#define NUMERIC_STR_720 ":%s 720 %s :Start of OPER MOTD"
|
||||
|
|
Loading…
Reference in a new issue