Difference between revisions of "Xop"

From Mibbit Wiki
Jump to: navigation, search
(hint @ Autoidentify)
(clean up, added orphan tag)
Line 1: Line 1:
 +
{{orphan|date=December 2009}}
 +
 
Auto-Op (autoop) refers to [[Chanserv|Channel Server]] automatically granting a [[mode|user mode]] to a specific registered nick when they join a specific channel.  It is part of "xOP" or "XOP", the automatic user privileges system. For the mibbit main client see also [[Autoidentify]].  
 
Auto-Op (autoop) refers to [[Chanserv|Channel Server]] automatically granting a [[mode|user mode]] to a specific registered nick when they join a specific channel.  It is part of "xOP" or "XOP", the automatic user privileges system. For the mibbit main client see also [[Autoidentify]].  
  
Line 12: Line 14:
 
|-
 
|-
 
|Admin (Super-Op)
 
|Admin (Super-Op)
|[[Image:Mode_admin.png]] +a
+
|[[Image:Mode admin.png]] +a
 
|
 
|
 
  /msg ChanServ
 
  /msg ChanServ
Line 23: Line 25:
 
|-
 
|-
 
|Operator
 
|Operator
|[[Image:Mode_op.png]] +o
+
|[[Image:Mode op.png]] +o
 
|
 
|
 
  /msg ChanServ
 
  /msg ChanServ
Line 33: Line 35:
 
|-
 
|-
 
|Half-Operator
 
|Half-Operator
|[[Image:Mode_halfop.png]] +h
+
|[[Image:Mode halfop.png]] +h
 
|
 
|
 
  /msg ChanServ
 
  /msg ChanServ
Line 43: Line 45:
 
|-
 
|-
 
|Voice
 
|Voice
|[[Image:Mode_voice.png]] +v
+
|[[Image:Mode voice.png]] +v
 
|
 
|
 
  /msg ChanServ
 
  /msg ChanServ

Revision as of 19:56, 27 December 2009


Auto-Op (autoop) refers to Channel Server automatically granting a user mode to a specific registered nick when they join a specific channel. It is part of "xOP" or "XOP", the automatic user privileges system. For the mibbit main client see also Autoidentify.

ChanServ maintains a list of registered nicknames which will automatically receive privileges if they are identified to NickServ (they logged in using their password with NickServ). There are 4 xOP Levels.

xOP Levels
Level User Mode Commands More Info
Admin (Super-Op) Mode admin.png +a
/msg ChanServ
       SOP <channel> ADD <nick>
       SOP <channel> DEL {nick | entry-num | list}
       SOP <channel> LIST [mask | list]
       SOP <channel> CLEAR

example: /cs sop #myhappychan add johndoe

SOP
Operator Mode op.png +o
/msg ChanServ
        AOP <channel> ADD <nick>
        AOP <channel> DEL {nick | entry-num | list}
        AOP <channel> LIST [mask | list]
        AOP <channel> CLEAR
AOP
Half-Operator Mode halfop.png +h
/msg ChanServ
        HOP <channel> ADD <nick>
        HOP <channel> DEL {nick | entry-num | list}
        HOP <channel> LIST [mask | list]
        HOP <channel> CLEAR
HOP
Voice Mode voice.png +v
/msg ChanServ
        VOP <channel> ADD <nick>
        VOP <channel> DEL {nick | entry-num | list}
        VOP <channel> LIST [mask | list]
        VOP <channel> CLEAR
VOP

Note: Mibbit's IRC Server and clients use /cs alias for /msg ChanServ , either form is acceptable.