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.)
 
(34 intermediate revisions by 13 users not shown)
Line 1: Line 1:
Usermodes: (usermodes in '''bold''' indicate oper only)
==Example==


== General Modes ==
To set <code>+g</code> mode on your nickname:


{| border="1" cellpadding="1"
:<code>/mode <em>yourNick</em> +g</code>
|-
 
|
To unset it:
+i
|
Designates this client 'invisible'.
|-
|
+p
|
Hides the output of channels this client is in from WHOIS to non-admins.
|-
|
+D
|
"deaf": don't receive channel messages
|-
|
+G
|
"soft caller id": block private messages from people not on any common channels with you (unless they are /accept'ed)
|-
|
+g
|
"caller id" mode: only allow /accept clients to message you
|-
|
+x
|
"cloaked": this client's hostname has been 'cloaked'.
|-
|
+r
|
Designates this client as having identified to its nickname.
|-
|
+R
|
"RegOnly": this client will only accept private messages from clients who have identified to their nickname.
|-
|
+S
|
Designates this client as having connected via SSL.
|-
|
+W
|
Designates this client as having connected via CGI:IRC.
|}


== Oper Modes (additional reference) ==
:<code>/mode <em>yourNick</em> -g</code>


{| border="1" cellpadding="1"
==User Modes==
{| class="wikitable"
|-
|-
|
! Mode
+o
! Title
|
! Description
Designates this client is an IRC Operator. Use the /oper command to attain this.
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes that prevent certain messages</h4>
'''+w'''
|
Can see server wallops.
|-
|-
|
| <tt>'''C'''</tt>
'''+z'''
| No CTCP
|
| Blocks incoming CTCPs.
Can see oper wallops.
|-
|-
|
| <tt>'''D'''</tt>
'''+l'''
| Deaf
|
| Blocks channel messages.
Can see oper locops (local wallops).
|-
|-
|
| <tt>'''g'''</tt>
'''+s'''
| Caller ID
|
| 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>
Can see generic server messages and oper kills.
|-
|-
|
| <tt>'''G'''</tt>
'''+c'''
| Soft caller ID
|
| 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>
Can see client connections and exits.
|-
|-
|
| <tt>'''R'''</tt>
'''+u'''
| RegOnly
|
| Blocks private messages from unidentified users.
Can see unauthorized client connections.
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes that add privacy</h4>
'''+j'''
|
Can see 'rejected' client notices.
|-
|-
|
| <tt>'''i'''</tt>
'''+k'''
| Invisible
|
| Hides you from showing up in a wildcard <code>/who</code> command. (Automatically set on connect.)
Can see server kill messages.
|-
|-
|
| <tt>'''p'''</tt>
'''+f'''
| Private
|
| Hides your non-common channels, as well as your sign-on and idle time in a <code>/whois <em>yourNick</em></code>.  
Can see 'I-line is full' notices.
|-
|-
|
| <tt>'''x'''</tt>
'''+y'''
| Cloaked
|
| Hides part or all of your hostname. (Automatically set on connect.)
Can see stats/links/admin requests to name a few.
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0em; font-weight: bold" | <h4>Modes only settable by services or servers</h4>
'''+d'''
|
Can see server debug messages.
|-
|-
|
| <tt>'''r'''</tt>
'''+n'''
| Registered
|
| ''Only set by services''. You get this when you are identified to NickServ.
Can see client nick changes.
|-
|-
|
| <tt>'''S'''</tt>
'''+X'''
| SSL
|
| ''Only set by the server.'' You get this when you connect via SSL.
Can see new server introduction and split messages.
|-
|-
|
| <tt>'''W'''</tt>
'''+b'''
| CGI:IRC
|
| ''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].
Can see possible bot / join flood warnings.
|-
|
'''+a'''
|
Is marked as a server admin in stats p/o.
|-
|
'''+N'''
|
Is marked as a network administrator
|-
|
'''+C'''
|
Can see extended client connections and exits.
|}
|}
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.