Initial commit

This commit is contained in:
2026-02-14 20:18:39 -05:00
commit ffdc325e96
18 changed files with 4199 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# 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 | |