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
    string
    nickName
    const pure @property
    (
    )
  2. void nickName(in char[] newNick)
  3. void nickName(string newNick)
  4. alias nick = nickName

Meta