change_nick

Name

change_nick -- Changes the nick of the bot

Synopsis

void change_nick(string nick);

Description

This function is pretty selfexplainable. It changes the bots nickname.

Example 3-1. Changing the bots nick

$this->nick("foobot");