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.

Anyway to modify Idle-Kick eggdrop function ?

Old posts that have not been replied to for several years.
Locked
C
Caribou
Voice
Posts: 28
Joined: Thu Apr 15, 2004 12:51 pm
Location: France

Anyway to modify Idle-Kick eggdrop function ?

Post by Caribou »

Hello, i ear about an integred function who kick users with large idle times.

But i wanna use this detector to do something else than kicking the user, is there anyways to do this? using the idle-kick detection like a bind and adding personal tcl scripts, like "bind flud" and flood detection. :-?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Taken from tcl-commands.com
getchanidle <nickname> <channel>
Returns: number of minutes that person has been idle; 0 if the
specified user isn't on the channel
C
Caribou
Voice
Posts: 28
Joined: Thu Apr 15, 2004 12:51 pm
Location: France

Post by Caribou »

Yeah but i wanted to use the Idle-Kick from the eggdrop, and not making my own function to check idle time of all users.
I guess that mean i have to do it entirely, thanks
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

There is a script I remember by MC_8.
It does almost the same. :mrgreen:

It is name is 'On Idle' by MC_8.
Description: This script will react to idle timers you setup. If a user idles in the channel longer than you want, have this script do something about it. Valid reactions include /kick,/ban,/msg and many more. This doesn't have to just kick/ban, can do much more for example deop idle'n op's.
To download it:
http://mc.purehype.net/index.tcl?info=On+Idle

I recommend you search the tcl archive descriptions of egghelp.org,
tclscript.com and other websites with eggdrop tcl archives before you start posting here!
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
C
Caribou
Voice
Posts: 28
Joined: Thu Apr 15, 2004 12:51 pm
Location: France

Post by Caribou »

Yeah yeah, i searched in archives before posting there, i also made a research on board with few keywords and found someone talking about On Idle script. but i didn't find anything about another way to use Idle-Kick option, except than just setting the max idle before kicking, i wanted to make the bot just noticing ops about this and not kicking, not much.

But thanks to remind me about On Idle and giving me the link, cause i think its the only solution, i will check it :D
Locked