Add oaccept to extensions/readme, also clarify it a bit in the NEWS.
This commit is contained in:
parent
1fbf6db662
commit
defa3ff445
4
NEWS
4
NEWS
|
@ -73,8 +73,8 @@ opers
|
|||
- OACCEPT/callerid override - In ShadowIRCd 6, opers no longer can simply PM
|
||||
users that have umodes +g or +G set and the oper is not on their accept list.
|
||||
To allow opers to still be able to PM users in this situation, OACCEPT has been
|
||||
added. To use: /oaccept <user> and it will add you to that user's accept list
|
||||
so you can PM them.
|
||||
added. To use: /oaccept <user> and it will add a piece of metadata to that user
|
||||
which will allow you to PM them.
|
||||
|
||||
other
|
||||
- Changed default NICKLEN to 31 (from 15) to fit more closely with other
|
||||
|
|
|
@ -28,6 +28,10 @@ m_identify.c - Identifies to NickServ or ChanServ
|
|||
m_mkpasswd.c - MKPASSWD - generate a DES or MD5 encryption of a password
|
||||
Syntax: MKPASSWD <plaintext> [MD5|DES]
|
||||
|
||||
m_oaccept.c - OACCEPT - Add metadata to a user that will allow you to
|
||||
message them even if they are +gGR.
|
||||
Syntax: OACCEPT <nick>
|
||||
|
||||
m_ojoin.c - OJOIN - Join a channel through any modes or limits with
|
||||
an optional status (@+)
|
||||
Syntax: OJOIN [status]<channel>
|
||||
|
|
Loading…
Reference in New Issue