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

Meta