feed Subscribe to feed
Download scripts for mIRC (snipets, add-ons, scripts and bots) and PHP
22. 03
2007

Simple Kick All

Written by: oyr79 - Posted in: mIRC Snipets

By adding this snipet into your mIRC, you will able to kick a nick from all of channels where you’re op only with one simple command

Just type /ka nick your message in your mIRC and there you’re, he/she will be kicked off from all your channels :p

Kick message is optional ^_*

Here’s the code:
alias ka {
var %n = 1, %b = $comchan($$1,0)
while (%n < = %b) {
if ($me isop $comchan($$1,%n)) {
kick $comchan($$1,%n) $$1 $iif($2-,$2-,Your not welcome here!)
}
inc %n
}
}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment



*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

About me

Let's share your script here.

Search scripts...

Recent comments