Missing Controller
Error: Irc:Controller could not be found.
Error: Create the class Irc:Controller below in file: app/controllers/irc:controller.php
<?php
class Irc:Controller extends AppController {
var $name = 'Irc:';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
