IrcClient.onKick

Invoked when a user is kicked (forcefully removed) from a channel that this user is a member of.

class IrcClient
void delegate(IrcUser kicker, in char[] channel, in char[] kickedNick, in char[] comment)[] onKick;

Meta