SA-MP Forums Archive
Mibbit IRC - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Mibbit IRC (/showthread.php?tid=424134)



Mibbit IRC - nor15 - 20.03.2013

I used this command to set an admin level for example
Code:
/cs access #LOSTGCNR add BACON 3
it says:
ChanServ You can't use this command.
ChanServ Use the AOP, SOP, HOP and VOP commands instead.
ChanServ Type /msg ChanServ HELP command for more information

Can you help me how to set a player as Voice , Operator etc. ?


Re: Mibbit IRC - Djole1337 - 20.03.2013

XOP mode is ON.

Use /cs AOP #chan add Nick. Or disable XOP mode: /cs set #chan XOP OFF

__


Re: Mibbit IRC - nor15 - 20.03.2013

Quote:
Originally Posted by Mr_DjolE
View Post
XOP mode is ON.

Use /cs AOP #chan add Nick. Or disable XOP mode: /cs set #chan XOP OFF

__
thanks but what are AOP, SOP, HOP and VOP ? [Example:VOP = Voice]


Re: Mibbit IRC - Djole1337 - 20.03.2013

VOP = Voice(+v) (access level no 3).
HOP = Halfop (+h) (access level no 4).
AOP = Op(+o) (access level no 5).
SOP = Admin(+ao) (access level 10).


Re: Mibbit IRC - kamzaf - 20.03.2013

Quote:
Originally Posted by nor15
View Post
thanks but what are AOP, SOP, HOP and VOP ? [Example:VOP = Voice]
http://wiki.mibbit.com/index.php/IRC_services#AOP


Re: Mibbit IRC - nor15 - 20.03.2013

Thanks Both