Difference between revisions of "User Modes"

From Rizon Wiki
Jump to navigation Jump to search
(Remove noise)
m (Protected "User Modes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== General Modes ==
==Example==


To set <code>+g</code> on your nickname <code>Nick</code>:
<code>/mode Nick +g</code>
To unset it:
<code>/mode Nick -g</code>
==User Modes==
{| class="wikitable"
{| class="wikitable"
|-
|-
! Flag
! Mode
! Title
! Title
! Description
! Description
|-
|-
| '''i'''
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes that prevent certain messages
| Invisible
| Prevents you from showing up in a wildcard <code>/who</code> command. (Set by default on connect.)
|-
| '''p'''
| Private
| Hides your channels and idle time in a <code>/whois yourNick</code>. (Except from IRC Operators.)
|-
| '''x'''
| Cloaked
| Hides part or all of your hostname. (Set by default on connect.)
|-
|-
| '''C'''
| <tt>'''C'''</tt>
| No CTCP
| No CTCP
| Prevents users from sending CTCPs to you.
| Blocks incoming CTCPs.
|-
|-
| '''D'''
| <tt>'''D'''</tt>
| Deaf
| Deaf
| Don't receive channel messages.
| Blocks channel messages.
|-
|-
| '''g'''
| <tt>'''g'''</tt>
| Caller ID
| Caller ID
| Only allows users you've <code>/accept</code>'ed to private message you.
| Blocks private messages from users you haven't <code>/accept</code>'ed.
|-
|-
| '''G'''
| <tt>'''G'''</tt>
| Soft caller ID
| Soft caller ID
| Only allows users you've <code>/accept</code>'ed, or that are in at least one common channel to you to private message you.
| Blocks private messages from users who you share no channels with and haven't <code>/accept</code>'ed.
|-
|-
| '''R'''
| <tt>'''R'''</tt>
| RegOnly
| RegOnly
| Only allows users who've identified to [[Services_Commands#NickServ_Commands|Nickserv]] to be able to private message you.
| Blocks private messages from unidentified users..
|-
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes that add privacy
|-
|-
| '''r'''
| <tt>'''i'''</tt>
| Invisible
| Hides you from showing up in a wildcard <code>/who</code> command. (Automatically set on connect.)
|-
| <tt>'''p'''</tt>
| Private
| Hides your non-common channels, as well as your sign-on and idle time in a <code>/whois yourNick</code>.
|-
| <tt>'''x'''</tt>
| Cloaked
| Hides part or all of your hostname. (Automatically set on connect.)
|-
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes only settable by services or servers
|-
| <tt>'''r'''</tt>
| Registered
| Registered
| ''Only set by services''. You get this when you are identified to NickServ.
| ''Only set by services''. You get this when you are identified to NickServ.
|-
|-
| '''S'''
| <tt>'''S'''</tt>
| SSL
| SSL
| ''Only set by the server.'' You get this when you connect via SSL.
| ''Only set by the server.'' You get this when you connect via SSL.
|-
|-
| '''W'''
| <tt>'''W'''</tt>
| CGI:IRC
| CGI:IRC
| ''Only set by the server.'' This means you are connected via either [[Qchat]], [[RizonBNC_FAQ|RizonBNC]], or [http://wiki.mibbit.com/index.php/Main_Page#About_Mibbit Mibbit].
| ''Only set by the server.'' You get this when you connect using either [[Qchat]], [[RizonBNC_FAQ|RizonBNC]], or [http://wiki.mibbit.com/index.php/Main_Page#About_Mibbit Mibbit].
|}
|}
Note: Rizon [[Staff]] can always Privately Message or CTCP you, and see full whois information.

Revision as of 20:57, 11 October 2016

Example

To set +g on your nickname Nick:

/mode Nick +g

To unset it:

/mode Nick -g

User Modes

Mode Title Description
Modes that prevent certain messages
C No CTCP Blocks incoming CTCPs.
D Deaf Blocks channel messages.
g Caller ID Blocks private messages from users you haven't /accept'ed.
G Soft caller ID Blocks private messages from users who you share no channels with and haven't /accept'ed.
R RegOnly Blocks private messages from unidentified users..
Modes that add privacy
i Invisible Hides you from showing up in a wildcard /who command. (Automatically set on connect.)
p Private Hides your non-common channels, as well as your sign-on and idle time in a /whois yourNick.
x Cloaked Hides part or all of your hostname. (Automatically set on connect.)
Modes only settable by services or servers
r Registered Only set by services. You get this when you are identified to NickServ.
S SSL Only set by the server. You get this when you connect via SSL.
W CGI:IRC Only set by the server. You get this when you connect using either Qchat, RizonBNC, or Mibbit.

Note: Rizon Staff can always Privately Message or CTCP you, and see full whois information.