IrcClient.nickName

Nick name of the user for this client.

Setting this property when connected can cause the IrcClient.onNickInUse event to fire.

  1. string nickName()
    class IrcClient
    const pure @property
    string
    nickName
    ()
  2. void nickName(char[] newNick)
  3. void nickName(string newNick)

Meta