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.

Idle time..?

Old posts that have not been replied to for several years.
Locked
e
elasticmuffin

Idle time..?

Post by elasticmuffin »

I am making a script that needs to keep an array of idle times for users in a channel. Does eggdrop already keep an array of idle times, or will I need to use a script or module to collect it for me? If so, does anyone have any ideas of scripts I could look at to get this information? Thanks.


<< www.elasticmuffin.net >>
N
Nexus6
Op
Posts: 114
Joined: Mon Sep 02, 2002 4:41 am
Location: Tuchola, Poland

Post by Nexus6 »

I recommend you reading tcl-commands.doc, it's in eggdrop/scripts
getchanidle <nickname> <channel>
Returns: number of minutes that person has been idle; 0 if the
specified user isn't on the channel
Module: irc
cheers
e
elasticmuffin

Post by elasticmuffin »

Many thanks. Now that I think about it, I do remember seeing that somewhere... I'll make sure to take a good look at that file.
Locked