Operator Commands

By Kaspersky_ on Jul 31, 2008

Gives some extra operator commands when you right click on a nick.

Image

menu nicklist {

  Set Privileges
  .Voice: /mode $chan +v $1
  .Half Op: /mode $chan +o $1
  .Op: /mode $chan +o $1
  .Q: /mode $chan +q $1
  .A: /mode $chan +a $1
  .All: /mode $chan +qaohv $1 $1 $1 $1 $1

  Remove Privileges
  .Voice: /mode $chan -v $1 
  .Half Op: /mode $chan -h $1  
  .Op: /mode $chan -o $1  
  .Q: /mode $chan -q $1  
  .A: /mode $chan -a $1 
  .All: /mode $chan -qaohv $1 $1 $1 $1 $1

  Set Auto
  .Set Auto Voice: /msg chanserv vop $chan add $1
  .Set Auto Half Op: /msg chanserv hop $chan add $1
  .Set Auto Op: /msg chanserv aop $chan add $1

  Remove Auto
  .Remove Auto Voice: /msg chanserv vop $chan del $1
  .Remove Auto Half Op: /msg chanserv hop $chan del $1
  .Remove Auto Op: /msg chanserv aop $chan del $1

  Punishments
  .Kick: /kick $chan $1 $?="Reason:"
  .Kickban: var %lol = $?="Reason:" | /ban $chan $address($1,2) | /kick $chan $1 %lol 
  .Ban: /mode $chan +b $address($1,2) $?="Reason:"
  .Remove Ban: /mode $chan -b $address($1,2)
  .Set Ban Protect: /mode $chan +e $1
  .Remove Ban Protection: /mode $chan -e $1

  User Mask Options
  .Change Host: chghost $$1 $?="Desired host to change to:" 2-
  .Change Name: chgident $$1 $?="Desired name to change to:" 2-

  Random Stuff
  .Kick Invite: /kick $chan $1 | /invite $1 $chan
  .Flood Channel: { timer $$?="How much messages: " $$?="How much delay between messages: " { msg $chan $$?="What to send:" } }
  .Flood Notice: { timer $$?="How much messages: " $$?="How much delay between messages: " { notice $$1 $$?="What to send:" } }  
  .Flood Nick: { timer $$?="How much messages: " $$?="How much delay between messages: " { query $$1 $$?="What to send:" } }
}

Comments

Sign in to comment.
Kaspersky_   -  Aug 28, 2008

Flooding scripts are there as random additions and can be removed with due preference.

 Respond  
Eugenio   -  Aug 04, 2008

I agree with BlueThen
In a way that flooding stuff spoilz the script.

 Respond  
Kaspersky_   -  Aug 04, 2008

Napa, you beat me too it. Please don't flood the comments. There's an edit button there at your disposal.

 Respond  
napa182   -  Aug 02, 2008

DragonFlare why dont you use the edit function instead of flooding his comments =/

 Respond  
DragonFlare   -  Aug 01, 2008

All ways you can use them :)

 Respond  
DragonFlare   -  Aug 01, 2008

mode $chan +a $1
.mode $can +a $1

 Respond  
DragonFlare   -  Aug 01, 2008

E.g

.msg cs hop $chan del $1

 Respond  
DragonFlare   -  Aug 01, 2008

Instead of /mode and /msg use .mode or just mode and .msg

 Respond  
BlueThen   -  Aug 01, 2008

I don\'t like the flooding stuff.

 Respond  
RaiNBoW_Six   -  Aug 01, 2008

ammmm

 Respond  
StaticX__   -  Jul 31, 2008

it is /msg chanserv or /chanserv or /cs .. not /msg cs .. edit it please:)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.