SA-MP Forums Archive
how to make someone a % @ & and ~ in mirc. - 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: how to make someone a % @ & and ~ in mirc. (/showthread.php?tid=437277)



how to make someone a % @ & and ~ in mirc. - CrackMatic - 14.05.2013

how do i promote someone in mirc please i need help.


Re: how to make someone a % @ & and ~ in mirc. - Potassium - 15.05.2013

Have a read of this link: www.irc.tl/help

If you are using the irc.tl network you can join #help to ask these types of questions.

****** is also very helpful.


Re: how to make someone a % @ & and ~ in mirc. - freddy smyth - 15.05.2013

The most likely command will be:

/cs vop #channel add nickname - voice operator. +v

/cs hop #channel add nickname - half operator. +h

/cs op #channel add nickname - operator. +o

/cs aop #channel add nickname - auto-operator/administrator. +a

/cs sop #channel add nickname - super-operator. +q


I hope this information helps you!

Fred.


Re: how to make someone a % @ & and ~ in mirc. - Potassium - 15.05.2013

Quote:
Originally Posted by freddy smyth
Посмотреть сообщение
The most likely command will be:

/cs vop #channel add nickname - voice operator. +v

/cs hop #channel add nickname - half operator. +h

/cs op #channel add nickname - operator. +o

/cs aop #channel add nickname - auto-operator/administrator. +a

/cs sop #channel add nickname - super-operator. +q


I hope this information helps you!

Fred.
If he's using irc.tl those commands are incorrect.


Re: how to make someone a % @ & and ~ in mirc. - freddy smyth - 16.05.2013

That's true. I guess it really different across each system, but it's probably likely. I was going for the general foco-gaming commands with chanserv.


Re: how to make someone a % @ & and ~ in mirc. - Potassium - 16.05.2013

Quote:
Originally Posted by freddy smyth
Посмотреть сообщение
That's true. I guess it really different across each system, but it's probably likely. I was going for the general foco-gaming commands with chanserv.
The FoCo network is a part of irc.tl. Those commands are not correct with the software that our network uses and therefore will not produce the desired outcome.


Re: how to make someone a % @ & and ~ in mirc. - freddy smyth - 16.05.2013

I swear that that's what I used on that exact server. It may not be that, but similar. Are you absolutely sure?


Re: how to make someone a % @ & and ~ in mirc. - Potassium - 16.05.2013

Quote:
Originally Posted by freddy smyth
Посмотреть сообщение
I swear that that's what I used on that exact server. It may not be that, but similar. Are you absolutely sure?
It will work, but it will also remove modes from other users. Other commands don't do this.


Re: how to make someone a % @ & and ~ in mirc. - Kirollos - 16.05.2013

for temp. ranks:

/mode {CHANNELNAME} +v {USERNAME} => thats for + (voice)
/mode {CHANNELNAME} +h {USERNAME} => thats for % (halfop)
/mode {CHANNELNAME} +o {USERNAME} => thats for @ (op)
/mode {CHANNELNAME} +a {USERNAME} => thats for & (admin)
/mode {CHANNELNAME} +q {USERNAME} => thats for ~ (owner)

for forever one check the Services that the IRC network uses.


Re: how to make someone a % @ & and ~ in mirc. - Vince - 16.05.2013

Did they change from the Unreal IRCd to something else just recently?