I have a script which wants to process the nick list after I join a channel.

Obviously it needs to wait until the channel nick list has been populated, so it sets a timer.

When the timer executes, it checks $chan(#).inwho to see whether the nick list has finished populating, intending to queue another timer if it hasn't.

Unfortunately, inwho appears to be false when populating the nick list after a join.