Hope these were the last things left from glines
This commit is contained in:
parent
aae358c078
commit
bf870ceb50
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
* /identify support -- m_identify.so
|
* /identify support -- m_identify.so
|
||||||
* Opers cannot be invisible (umode +i) -- no_oper_invis.so
|
* Opers cannot be invisible (umode +i) -- no_oper_invis.so
|
||||||
* Far connection notices (snomask +F) -- sno_farconnect.so
|
* Far connection notices (snomask +F) -- sno_farconnect.so
|
||||||
* Remote k/d/g/x line active notices -- sno_globalkline.so
|
* Remote k/d/x line active notices -- sno_globalkline.so
|
||||||
* Remote oper up notices -- sno_globaloper.so
|
* Remote oper up notices -- sno_globaloper.so
|
||||||
* /whois notifications (snomask +W) -- sno_whois.so
|
* /whois notifications (snomask +W) -- sno_whois.so
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TESTLINE [[nick!]user@]host
|
TESTLINE [[nick!]user@]host
|
||||||
|
|
||||||
Looks up given mask, looking for any matching I/K/D/G lines.
|
Looks up given mask, looking for any matching I/K/D lines.
|
||||||
If username is not specified, it will look up "dummy@host".
|
If username is not specified, it will look up "dummy@host".
|
||||||
If nickname is specified it will also search for RESVs.
|
If nickname is specified it will also search for RESVs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue