Top

Mass/Multi - Op/deop/voice/devoice/aop/av


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  2
Date Added  Jun 16, 2007
Last Updated  Jun 16, 2007
Tags  aop  auto  avoice  bot  deop  devoice  mass  multi  op  remote  voice 
  Bookmark and Share

Introduction

Here is a idiot proof Op / Voice script.

Set the %1 and %2 just for opening and closeing the text.
I use the following:

%1 = -[
%2 = ]-

It has the following commands:

!op/!deop <nick>
!op/!deop <nick> <nick> <nick>.... ect
!op/!deop all

!voice/!devoice <nick>
!voice/!devoice <nick> <nick> <nick> ... ect
!voice/!devoice all

!aop/!remaop <nick>
!aop/!remaop <address>
!aop/!remaop all

!avoice/!remav <nick>
!avoice/!remav <address>
!avoice/!remav all

Pritty much does anything, I was too lazy to add 'Multiple' nicks to the auto options :p

Enjoy.

Grab the Code

Comments

  (1)  RSS
RusselB
Comments: 100
 
mIRC Snippet:  Mass/Multi - Op/deop/voice/devoice/aop/av
Posted on Jun 17, 2007 3:29 pm
The only problem that I can see in regards to this not functioning, is if the number of nicks being processed, using the all option for $2, is greater than the allowed number of mode changes as specified using $modespl.

It is extensive, and might be able to be shortened, but that would only affect the running time, not the running ability.

Please Register or Login to start posting comments.
Bottom