Extends
lithium\console\Command
Starts the IRC bot, which will connect to servers and channels as
defined in `config/li3_bot.ini`. Will also run all active plugins.
The IRC bot will enter a while loop and exit only upon user
interruption. To stop the bot hit `STRG+C`.
Returns
booleanSource
public function irc() {
$command = new Irc(array('request' => $this->request));
return $command->run();
}