nope.

simple analog:
raw 366:*: {
var %i = $nick($2,0)
while (%i) {
var %nick = $nick($2,%i), %i = %i - 1
hadd -m $+(ial.ctime.,$cid) %nick $ctime
}
}
+ controls other events JOIN/PART/NICK/QUIT for add and delete $nick's $ctime

It's like $ial, no need to /whois. This works if server sends nick!user@host in /names or user execute /who #channel.

Just I want get $ctime from $ial smile