IrcClient.onNickInUse

Invoked when the requested nick name of the user for this client is already in use.

Return a non-null string to provide a new nick. No further callbacks in the list are called once a callback provides a nick.

class IrcClient
const(char)[] delegate(in char[] newNick)[] onNickInUse;

Meta