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.
Old posts that have not been replied to for several years.
e
elasticmuffin
Post
by elasticmuffin » Thu Nov 28, 2002 11:00 pm
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 >>
Nexus6
Op
Posts: 114 Joined: Mon Sep 02, 2002 4:41 am
Location: Tuchola, Poland
Post
by Nexus6 » Fri Nov 29, 2002 2:39 am
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 » Fri Nov 29, 2002 9:42 am
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.