NOTIFY: document k/m/u/o flags and quit/part/kick reasons
parent
6eff870a65
commit
252213bbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Each line carries the forensic detail a cloak hides, in labelled fields — the
|
|||
The displayed `nick!ident@host` keeps the cloak so it still correlates with what ordinary users see. Because these lines expose real IPs, keep the log channel **operator-only** (`+O`). The connection *port* is not shown — the ircd's server-to-server burst never sends it to services.
|
||||
|
||||
- **Mask** — a `nick!user@host` pattern, a bare nick glob (`baddie*`), or a `#channel` (watches everyone who joins a matching channel).
|
||||
- **Flags** — `c` connect, `d` disconnect, `j` join, `p` part, `n` nick change, `t` topic, `s` services command, `S` services SET; `*` for all.
|
||||
- **Flags** — `c` connect, `d` disconnect, `o` oper-up, `j` join, `p` part, `k` kick, `m` channel mode, `t` topic, `n` nick change, `u` user mode, `s` services command, `S` services SET; `*` for all. Disconnects and parts carry their quit/part reason; a kick names the kicker and reason.
|
||||
- **Expiry** — `+30d`, `+12h`, `+45m`, or `+0` for permanent.
|
||||
|
||||
/msg OperServ NOTIFY ADD +0 cdn baddie*!*@* known ban-evader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue