Discussion:
kick script
(too old to reply)
Grumpy
2004-09-30 05:17:07 UTC
Permalink
Hi,

I am looking for a simple but reliable auto kick script. Any
recommendations and where I can get it from

Thanks
Alan
Bianca
2004-10-03 00:15:13 UTC
Permalink
Post by Grumpy
Hi,
I am looking for a simple but reliable auto kick script. Any
recommendations and where I can get it from
Thanks
Alan
on @:join:#:{ kick $chan $nick You were kicked! }

Put it in remote. It will kick every person joining the channel you are op
on...


Or, what you mean else by auto kick script? Be a little more specific. Lots
of scripts, lots of ways to kick.
When it must kick who etc...

;o)
Grumpy
2004-10-03 01:23:46 UTC
Permalink
Hi Bianca,

Thanks for that, I am actually lookin for a blacklist type script that will
blacklist certain nics and addreses in a channel so as not to use the akick
chanserv.

Many thanks

Alan
Post by Bianca
Post by Grumpy
Hi,
I am looking for a simple but reliable auto kick script. Any
recommendations and where I can get it from
Thanks
Alan
Put it in remote. It will kick every person joining the channel you are op
on...
Or, what you mean else by auto kick script? Be a little more specific. Lots
of scripts, lots of ways to kick.
When it must kick who etc...
;o)
Bianca
2004-10-03 16:45:48 UTC
Permalink
Post by Grumpy
Hi Bianca,
Thanks for that, I am actually lookin for a blacklist type script that will
blacklist certain nics and addreses in a channel so as not to use the akick
chanserv.
Many thanks
Alan
Put this in remote section:

on @ban:JOIN:#:{ if ($ulevel == ban) { ban # $address($nick,2) | kick #
$nick Go away! You are not welcome anymore. } }
( the double = in the code!)
Now put everyone you don't like in the userslist (starting with 'ban' and a
': ' (example: ban:*!*@nastyhost.blah).

You can also use something like this to add the user by selecting the nick,
put this in popups nicklist section:
Blacklist add: /guser ban $$1 2

By selecting the nick and popup, the host of the user is added to the
userlist with level 'ban'.

The kicking works only if you have @ on the channel, adding can always be
done.


Have fun.
Grumpy
2004-10-04 03:22:05 UTC
Permalink
Many thanks Bianca,

I have sum reading to do lol

Thanks
Post by Bianca
Post by Grumpy
Hi Bianca,
Thanks for that, I am actually lookin for a blacklist type script that
will
Post by Grumpy
blacklist certain nics and addreses in a channel so as not to use the
akick
Post by Grumpy
chanserv.
Many thanks
Alan
$nick Go away! You are not welcome anymore. } }
( the double = in the code!)
Now put everyone you don't like in the userslist (starting with 'ban' and a
You can also use something like this to add the user by selecting the nick,
Blacklist add: /guser ban $$1 2
By selecting the nick and popup, the host of the user is added to the
userlist with level 'ban'.
done.
Have fun.
Loading...