IrcClient.onNickChange

Invoked when a user receives a new nickname.

When the user is this user, the IrcClient.nick property will return the old nickname until after all _onNickChange callbacks have been invoked.

class IrcClient
void delegate(IrcUser user, in char[] newNick)[] onNickChange;

Meta