Function IRCClient.onUserKick

Called when a user is kicked from a channel.

void delegate(User, string, string, string) onUserKick () @property;

void delegate(User, string, string, string) onUserKick (
  void delegate(User, string, string, string) newValue
) @property;

Parameters

NameDescription
a the user that performed the kick
b the user that was kicked
c the channel they were kicked from
d the reason they were kicked