CustomIrcTracker.findUser

Lookup a user on this tracker by nick name.

Users are searched among the members of all channels the associated client is currently a member of. The set includes the user for the associated client.

class CustomIrcTracker(Payload = void)
final
findUser
(
in char[] nickName
)

Parameters

nickName char[]

nick name of user to lookup

Throws

IrcTrackingException if the tracker is disabled or not yet ready

See Also

Meta