IrcClient.onNameListEnd

Invoked when the complete list of members of a _channel have been received. All invocations of onNameList between invocations of this event are part of the same member list.

class IrcClient
void delegate(in char[] channel)[] onNameListEnd;

See Also

Meta