Difference between revisions of "User Modes"

From Rizon Wiki
Jump to navigation Jump to search
m (Protected "User Modes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(21 intermediate revisions by 9 users not shown)
Line 1: Line 1:
== General Modes ==
==Example==
<br>
 
{| border="1"
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"
|-
|-
|
! Mode
+i
! Title
|
! Description
Designates this client 'invisible'.
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes that prevent certain messages
+p
|
Hides the output of channels this client is in from WHOIS to non-admins.
|-
|-
|
| <tt>'''C'''</tt>
+D
| No CTCP
|
| Blocks incoming CTCPs.
"deaf": don't receive channel messages
|-
|-
|
| <tt>'''D'''</tt>
+G
| Deaf
|
| Blocks channel messages.
"soft caller id": block private messages from people not on any common channels with you (unless they are /accept'ed)
|-
|-
|
| <tt>'''g'''</tt>
+g
| Caller ID
|
| Blocks private messages from users you haven't <code>/accept</code>'ed.
"caller id" mode: only allow /accept clients to message you
|-
|-
|
| <tt>'''G'''</tt>
+x
| Soft caller ID
|
| Blocks private messages from users who you share no channels with and haven't <code>/accept</code>'ed.
"cloaked": this client's hostname has been 'cloaked'.
|-
|-
|
| <tt>'''R'''</tt>
+r
| RegOnly
|
| Blocks private messages from unidentified users..
Designates this client as having identified to its nickname.  
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes that add privacy
+R
|
"RegOnly": this client will only accept private messages from clients who have identified to their nickname.
|-
|-
|
| <tt>'''i'''</tt>
+S
| Invisible
|
| Hides you from showing up in a wildcard <code>/who</code> command. (Automatically set on connect.)
Designates this client as having connected via SSL.
|-
|-
|
| <tt>'''p'''</tt>
+W
| Private
|
| Hides your non-common channels, as well as your sign-on and idle time in a <code>/whois yourNick</code>.  
Designates this client as having connected via CGI:IRC.
|}
<br>
== Oper Modes (additional reference) ==
<br>
{| border="1"
|-
|
+o
|
Designates this client is an IRC Operator. Use the /oper command to attain this.
|-
|
+w
|
Can see server wallops.
|-
|
+z
|
Can see oper wallops.
|-
|
+l
|
Can see oper locops (local wallops).
|-
|
+s
|
Can see generic server messages and oper kills.
|-
|
+c
|
Can see client connections and exits.
|-
|
+u
|
Can see unauthorized client connections.
|-
|
+j
|
Can see 'rejected' client notices.
|-
|
+k
|
Can see server kill messages.
|-
|
+f
|
Can see 'I-line is full' notices.
|-
|
+y
|
Can see stats/links/admin requests to name a few.
|-
|
+d
|
Can see server debug messages.
|-
|
+n
|
Can see client nick changes.
|-
|-
|
| <tt>'''x'''</tt>
+X
| Cloaked
|
| Hides part or all of your hostname. (Automatically set on connect.)
Can see new server introduction and split messages.
|-
|-
|
| colspan=3 style="background: white; padding-left: 0.5em; padding-top: 0.5em; font-weight: bold" | Modes only settable by services or servers
+b
|
Can see possible bot / join flood warnings.
|-
|-
|
| <tt>'''r'''</tt>
+a
| Registered
|
| ''Only set by services''. You get this when you are identified to NickServ.
Is marked as a server admin in stats p/o.
|-
|-
|
| <tt>'''S'''</tt>
+N
| SSL
|
| ''Only set by the server.'' You get this when you connect via SSL.
Is marked as a network administrator
|-
|-
|
| <tt>'''W'''</tt>
+C
| 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].
Can see extended client connections and exits.
|}
|}
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.