Difference between revisions of "Xop"
m |
|||
Line 1: | Line 1: | ||
{{articles}} | {{articles}} | ||
− | <code>/cs set #chan '''XOP''' {on|off}</code> enables or disables the xOP lists system for a channel. When XOP is set ON ( | + | <code>/cs set #chan '''XOP''' {on|off}</code> enables or disables the xOP lists system for a channel. When XOP is set ON (in is ON by default), you have to use the AOP/SOP/VOP commands in order to give channel privileges to users, else you have to use the ACCESS command (see http://anope.org/docgen/1.8/en_us/ChanServ.php). |
Technical Note: when you switch from access list to xOP lists system, your level definitions and user levels will be changed, so you won't find the same values if you switch back to access system! | Technical Note: when you switch from access list to xOP lists system, your level definitions and user levels will be changed, so you won't find the same values if you switch back to access system! |
Revision as of 16:41, 28 January 2011
Wiki Home | FAQ | Features | IRC Commands | IRC Modes | Widget Information | Widget: WebIRC Server Setup | URI Parameters | Wish List | Registration Information | Mibbit Staff |
Home | Quick Start Guide | Live Mibbit Help
/cs set #chan XOP {on|off}
enables or disables the xOP lists system for a channel. When XOP is set ON (in is ON by default), you have to use the AOP/SOP/VOP commands in order to give channel privileges to users, else you have to use the ACCESS command (see http://anope.org/docgen/1.8/en_us/ChanServ.php).
Technical Note: when you switch from access list to xOP lists system, your level definitions and user levels will be changed, so you won't find the same values if you switch back to access system!
You should also check that your users are in the good xOP list after the switch from access to xOP lists, because the guess is not always perfect... in fact, it is not recommended to use the xOP lists if you changed level definitions with the LEVELS command.
Switching from xOP lists system to access list system causes no problem though.
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) | +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 |
Notes:
Channel names start with # , do NOT use the < > brackets
Mibbit's IRC Servers allow /cs and /chanserv as aliases for /msg ChanServ, either form is acceptable.