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.

Search found 1 match

by Ganondorf
Thu Jun 07, 2012 5:40 am
Forum: Scripting Help
Topic: chanlist displaying users that have left the channel
Replies: 7
Views: 9213

Re: chanlist displaying users that have left the channel

foreach member [chanlist $chan] { if {![onchan $member $chan]} { continue } # do more stuff down here, the user is _actually_ present } That doesn't work for me. :( I have bind on part and I do this in the called proc set nicklist [chanlist $channel] foreach user $nicklist { if {![onchan $user $cha...