]> jfr.im git - irc/freenode/web-7.0.git/blame_incremental - content/kb/using/usermodes.md
add description of default user modes
[irc/freenode/web-7.0.git] / content / kb / using / usermodes.md
... / ...
CommitLineData
1Title: User modes
2---
3
4Various modes can be set on users. Some of them can be set by the users, others
5are set by the network. You can list your current user modes with the `/mode
6yourname` command.
7
8For those that can be set by users, `/mode yourname +mode` will work.
9
10Keep in mind that all user modes are per session, so you have to set them again
11every time you connect—most clients can automate this for you.
12
13
14# Available user modes
15| Mode (name) | Description |
16| ----------- | ----------- |
17| g<br>(caller-id) | Ignores private messages from unknown users, instead informing you someone is attempting to message you. You can choose to receive messages with the `/accept` command. Messaging a user automatically accepts them. |
18| i<br>(invisible) | Hides you from global WHO/WHOIS by normal users, and shows only shared channels in /WHOIS output. |
19| Q<br>(disable forwarding) | Prevents channel forwards from affecting you. If a channel's modes prevent you from joining, you will receive the relevant error message regardless of any forwards. |
20| R<br>(block unidentified) | Ignores private messages from users who are not identified with services. |
21| w<br>(see wallops) | Subscribes you to /wallops messages from freenode staff. Used infrequently to highlight interesting announcements from the FOSS community. You will receive important network announcements irrespective of this setting. |
22| Z<br>(connected securely) | Set automatically by the network when you connect via SSL/TLS. |
23
24By default, user mode +Z (connected securely) is set only if you are using a secure connection, and it may not be unset during the session. Usermode +i (invisible) is also set by default, and may be unset. Other user modes are also settable, but are disabled by default.