CustomTrackedChannel.opBinary

Lookup a member of this channel by nick name. null is returned if the given nick is not a member of this channel.

struct CustomTrackedChannel(Payload = void)
opBinary
(
string op : "in"
)
(
in char[] nick
)

Parameters

nick char[]

nick name of member to lookup

Meta