void change_nick(string nick);
void change_nick
This function is pretty selfexplainable. It changes the bots nickname.
Example 3-1. Changing the bots nick
$this->nick("foobot");