42 lines
2.7 KiB
Markdown
42 lines
2.7 KiB
Markdown
|
|
# USER MODES
|
||
|
|
|
||
|
|
#### Usage:
|
||
|
|
|
||
|
|
```
|
||
|
|
/mode YourNick [+|-]<MODE>
|
||
|
|
```
|
||
|
|
|
||
|
|
#### Examples:
|
||
|
|
|
||
|
|
```
|
||
|
|
/mode acidvegas -x
|
||
|
|
/mode acidvegas +Z
|
||
|
|
```
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
#### Key
|
||
|
|
|
||
|
|
`✅ = Set by default ` `🔒 = Can not be turned off`
|
||
|
|
|
||
|
|
| | Mode | Name | Description | Restriction |
|
||
|
|
|----|-------|------------|-------------------------------------------------------------------------------|-------------|
|
||
|
|
| | **B** | Bot | Marked as a bot in `/WHOIS` | |
|
||
|
|
| | **d** | Deaf | Can only see messages prefixed with `!@$.` *(used by bots to reduce traffic)* | |
|
||
|
|
| | **D** | Privdeaf | Block private messages from everyone | |
|
||
|
|
| | **G** | Censor | Enable word filters | |
|
||
|
|
| ✅ | **H** | Hidden | Hide operator status in `/WHOIS` | *Oper* |
|
||
|
|
| 🔒 | **i** | Invisible | Hidden in `/WHO` & `/NAMES` from outsiders | |
|
||
|
|
| ✅ | **I** | Idle | Hide idle time in `/WHOIS` | |
|
||
|
|
| | **o** | Operator | Marked as an operator | *Server* |
|
||
|
|
| 🔒 | **p** | Privacy | Hide channels in `/WHOIS` | |
|
||
|
|
| ✅ | **q** | Unkickable | Unkickable | *Oper* |
|
||
|
|
| | **r** | Registered | Marked as a registered user | *Services* |
|
||
|
|
| | **R** | Regonly | Block private messages from unregistered users | |
|
||
|
|
| | **s** | Snomask | Server notices | *Oper* |
|
||
|
|
| | **S** | Servicebot | Marked as a services bot | *Services* |
|
||
|
|
| | **t** | Vhost | Marked as using a `/VHOST` | *Server* |
|
||
|
|
| ✅ | **T** | NoCTCP | Prevent CTCP | |
|
||
|
|
| ✅ | **x** | Cloak | Hide your hostmask | |
|
||
|
|
| | **z** | SSL | Marked as connected via SSL/TLS | *Server* |
|
||
|
|
| | **Z** | Secureonly | Block private message from anyone not using TLS | |
|