Difference between revisions of "Xop"
(an attempt) |
(added note) |
||
Line 52: | Line 52: | ||
| [[IRC_Services#VOP|VOP]] | | [[IRC_Services#VOP|VOP]] | ||
|} | |} | ||
+ | |||
+ | '''Note:''' Mibbit's IRC Server uses ''/cs'' alias for ''/msg ChanServ '', either form is acceptable on Mibbit but some servers may not use these commands. |
Revision as of 07:45, 8 August 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.
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) | +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 | +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 | +h |
/msg ChanServ HOP <channel> ADD <nick> HOP <channel> DEL {nick | entry-num | list} HOP <channel> LIST [mask | list] HOP <channel> CLEAR |
HOP |
Voice | +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 uses /cs alias for /msg ChanServ , either form is acceptable on Mibbit but some servers may not use these commands.