Bot.nickName

Request a new nick name for the bot on all networks.

The bot may have different nick names on different networks. Use the nick property on the clients in Bot.clients to get the current nick names.

  1. void nickName(char[] newNick)
  2. void nickName(string newNick)
    class Bot
    final @property
    void
    nickName
    (
    string newNick
    )

Meta