This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

The kick command?

Old posts that have not been replied to for several years.
Locked
R
Ravemister

Post by Ravemister »

Hi...

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>
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

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.
Locked