mIRC Home    About    Download    Register    News    Help

Print Thread
#151448 18/06/06 01:13 AM
Joined: Jun 2006
Posts: 1
B
Mostly harmless
OP Offline
Mostly harmless
B
Joined: Jun 2006
Posts: 1
I was looking for a script that when an op said !op <nick> the bot would op that person, and it would do the same for deop, voice, devoice, halfop, and dehalfop. And if possible could you add the !kick <nick> command?

#151449 18/06/06 01:15 AM
Joined: Apr 2006
Posts: 400
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
Many Bots do that, those are the basic commands, you can probably find them at one of these sites:
http://mirc.net
http://mircscripts.org/
http://hawkee.com

Last edited by Kurdish_Assass1n; 18/06/06 02:44 AM.

-Kurdish_Assass1n
#151450 18/06/06 12:18 PM
Joined: Jun 2006
Posts: 7
N
n3o Offline
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
N
Joined: Jun 2006
Posts: 7
You could allways put something basic like this in your own bot.
on *:text:*!op*:#channel: { if ($nick == $isop) { mode $chan +o $2 } }
*!op* meaning !op is the trigger.
I know its basic but it works.
!op bob - would obviously op bob if the person who triggered it is an operator.


Link Copied to Clipboard