i am a bit of a newbee in TCL programming... but i wonderd what command to use when i want the bot to kick som users... and if its a que for it... lite "pushmode" and not like "putserv "kick $chan $nick,$nick2,$nick4""
it would realy help me
_________________
The one and only!
<font size=-1>[ This Message was edited by: Ravemister on 2002-05-26 21:28 ]</font>
There's a special kick command that you can read about in the documentation which ships with Eggdrop. That's the other way to kick users if you don't want to use "putserv" or "putquick"
putkick <channel> <nick,nick,...> [reason]
sends kicks to the server and tries to put as many nicks into one kick command as possible.