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
|
- 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.
|
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
|
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
|
added. To use: /oaccept <user> and it will add a piece of metadata to that user
|
||||||
so you can PM them.
|
which will allow you to PM them.
|
||||||
|
|
||||||
other
|
other
|
||||||
- Changed default NICKLEN to 31 (from 15) to fit more closely with 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
|
m_mkpasswd.c - MKPASSWD - generate a DES or MD5 encryption of a password
|
||||||
Syntax: MKPASSWD <plaintext> [MD5|DES]
|
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
|
m_ojoin.c - OJOIN - Join a channel through any modes or limits with
|
||||||
an optional status (@+)
|
an optional status (@+)
|
||||||
Syntax: OJOIN [status]<channel>
|
Syntax: OJOIN [status]<channel>
|
||||||
|
|
Loading…
Reference in New Issue