Function IRCClient.onUserRename

Called when a user changes their nickname.

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

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

Parameters

NameDescription
a the user that changed their name
b the user's new name