NIGathan commented on a Page, Inactivity Report  -  Dec 29, 2008

Well, you can setup a while loop to loop through all the users, I dont know what you do with that info, but heres an example of making a token set with every user and there idle time in the "nick=idletime,nick2=idletime" format.

alias idlechan {
var %x 1
while (%x <= $nick($1,0)) {
var %idle $addtok(%idle,$+($nick($1,%x),=,$nick($1,%x).idle),44)
inc %x
}
return %idle
}

Use: $idlechan(#channel)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.