CustomIrcTracker.findChannel

Lookup a channel on this tracker by name.

The channel name must include the channel name prefix. Returns null if the associated client is not currently a member of the given channel.

class CustomIrcTracker(Payload = void)
final
findChannel
(
in char[] channelName
)

Parameters

channelName char[]

name of channel to lookup

Throws

IrcTrackingException if the tracker is disabled or not yet ready

See Also

Meta