Difference between revisions of "User Modes"

From Rizon Wiki
Jump to navigation Jump to search
m (Reformatted table sections into headings to allow direct reference to them.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Example==
==Example==


To set <code>+g</code> on your nickname <code>Nick</code>:
To set <code>+g</code> mode on your nickname:


<code>/mode Nick +g</code>
:<code>/mode <em>yourNick</em> +g</code>


To unset it:
To unset it:


<code>/mode Nick -g</code>
:<code>/mode <em>yourNick</em> -g</code>


==User Modes==
==User Modes==
Line 16: Line 16:
! Description
! Description
|-
|-
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes that prevent certain messages
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes that prevent certain messages</h4>
|-
|-
| <tt>'''C'''</tt>
| <tt>'''C'''</tt>
Line 28: Line 28:
| <tt>'''g'''</tt>
| <tt>'''g'''</tt>
| Caller ID
| Caller ID
| Blocks private messages from users you haven't <code>/accept</code>'ed. Can be edited/removed by typing <code>/accept -nick</code>
| Blocks private messages from users whom you haven't <code>/accept</code>'ed. Can be edited/removed by typing <code>/accept -<em>nick</em></code>
|-
|-
| <tt>'''G'''</tt>
| <tt>'''G'''</tt>
| Soft caller ID
| Soft caller ID
| Blocks private messages from users who you share no channels with and haven't <code>/accept</code>'ed. As above, can be edited/removed by typing <code>/accept -nick</code>
| Blocks private messages from users whom you neither share them channels, nor have been <code>/accept</code>'ed. As above, can be edited/removed by typing <code>/accept -<em>nick</em></code>
|-
|-
| <tt>'''R'''</tt>
| <tt>'''R'''</tt>
| RegOnly
| RegOnly
| Blocks private messages from unidentified users..
| 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
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes that add privacy</h4>
|-
|-
| <tt>'''i'''</tt>
| <tt>'''i'''</tt>
Line 46: Line 46:
| <tt>'''p'''</tt>
| <tt>'''p'''</tt>
| Private
| Private
| Hides your non-common channels, as well as your sign-on and idle time in a <code>/whois yourNick</code>.  
| Hides your non-common channels, as well as your sign-on and idle time in a <code>/whois <em>yourNick</em></code>.  
|-
|-
| <tt>'''x'''</tt>
| <tt>'''x'''</tt>
Line 52: Line 52:
| Hides part or all of your hostname. (Automatically set on connect.)
| 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
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes only settable by services or servers</h4>
|-
|-
| <tt>'''r'''</tt>
| <tt>'''r'''</tt>
Line 64: Line 64:
| <tt>'''W'''</tt>
| <tt>'''W'''</tt>
| CGI:IRC
| CGI:IRC
| ''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].
| ''Only set by the server.'' You get this when you connect using either [[Qchat]], [[RizonBNC_FAQ|RizonBNC]], or [https://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.
 
Notes:
 
:If your client doesn't support <code>/accept</code> try either <code>/quote accept</code> or <code>/raw accept</code>.
 
:Rizon [[Staff]] can always Privately Message or CTCP you, as well as see full whois information.

Latest revision as of 13:17, 27 March 2022

Example

To set +g mode on your nickname:

/mode yourNick +g

To unset it:

/mode yourNick -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 whom you haven't /accept'ed. Can be edited/removed by typing /accept -nick
G Soft caller ID Blocks private messages from users whom you neither share them channels, nor have been /accept'ed. As above, can be edited/removed by typing /accept -nick
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.


Notes:

If your client doesn't support /accept try either /quote accept or /raw accept.
Rizon Staff can always Privately Message or CTCP you, as well as see full whois information.