IRCClient.onChannelListUpdate

Called whenever a channel user list is updated

struct IRCClient
void delegate(const User, const User, const Channel, ChannelListUpdateType) @(safe) onChannelListUpdate;

Meta