Deop Kick Ban

By briansmurph on Sep 08, 2008

u need to be owner of the room to use this script, it deops (choice of level) the user and then kickbans them. Only works on the Xop system :) Not room specific :P
Also : Add To A New Remotes In Scripts Editor :) ty for your time and using my script ,,!,,

menu nicklist,query {
  Smurphs Kicks
  .admin : .timer 1 3 /msg chanserv sop $chan del $1 | .timer 1 6 ban $chan $1 | .timer 1 9 kick $chan $1
  .op : .timer 1 3 /msg chanserv aop $chan del $1 | .timer 1 6 ban $chan $1 | .timer 1 9 kick $chan $1
  .halfop : .timer 1 3 /msg chanserv hop $chan del $1 | .timer 1 6 ban $chan $1 | .timer 1 9 kick $chan $1

}

Comments

Sign in to comment.
briansmurph   -  Sep 14, 2008

in script description it states only works on xop system ;)

 Respond  
Cheiron   -  Sep 09, 2008

you can also remove the seperate kick and ban commands and roll them into one simple akick command if you want.

also... as a general query. if you are using access.. why are you using the /cs sop #channel del nick parameter?

access works on a number scheme where 10 is usually a sop, 5 is aop , 4 is hop, and 3 is vop.

to alter access levels the commands usually are /ChanServ ACCESS channel ADD nick level
/Chanserv ACCESS channel DEL {nick | entry-num | list}

that is assuming you have got channel's XOP mode turned off..

otherwise if XOP is on then ignore my comment regarding the access thing unless you wish to retain it for further down the line incase you wish to have a play with access :)

 Respond  
EL   -  Sep 09, 2008

Nah Wizjany brackets are needed wen callin them from remotes.Popup section you dont tho.`-.-´

 Respond  
Wizjany   -  Sep 09, 2008

no need for brackets on popups
you can also use "cs" instead of "/msg chanserv"
also, on a query, $chan would be null

 Respond  
guest598594   -  Sep 08, 2008

I'm pretty sure you have to use brackets { }

  .admin :{ .timer 1 3 /msg chanserv sop $chan del $1 | .timer 1 6 ban $chan $1 | .timer 1 9 kick $chan $1 $chan $1 }
 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.