website/content/docs/snomasks.md

28 lines
1.2 KiB
Markdown

# Snomasks
Server-notice masks control which categories of server notice an operator receives. Set user mode
`+s` to subscribe, then narrow with e.g. `MODE <yournick> +s -c` to drop a category. Operators receive
all categories by default.
| Letter | Category | Notifies about |
| --- | --- | --- |
| `a` | announce | General announcements / global operator notices |
| `c` | connect | Client connections and disconnects |
| `d` | dnsbl | DNSBL hits |
| `f` | filter | Spam-filter matches |
| `g` | globops | `GLOBOPS` messages |
| `j` | chancreate | Channel creation |
| `k` | kill | KILLs |
| `l` | link | Server links / S2S events |
| `n` | nick | Nick changes |
| `o` | oper | Oper-up (OPER success/failure) |
| `q` | quit | Client quits |
| `r` | rehash | Config rehashes |
| `t` | stats | STATS access |
| `u` | acctreg | Account registrations |
| `v` | override | Operator overrides (using privileges to bypass restrictions) |
| `w` | gateway | WebIRC / gateway (spoofed-host) connections |
| `x` | xline | X-line (G/K/Z/…) ban activity |
The oper snotice stream can also be mirrored into a channel with the `chanlog` config option and to
the system logger with `syslog` — see the [Configuration reference](/docs/config-reference#logging).