Changeset 2040

Show
Ignore:
Timestamp:
02/13/2008 09:57:20 PM (9 months ago)
Author:
Shadowhand
Message:

Getting ready to move some files around.

Location:
trunk/modules/shirc
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/shirc/config/database.php

    r2039 r2040  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    3 $config['shirc'] = array 
     3$config['kirc'] = array 
    44( 
    55        'benchmark'     => FALSE, 
  • trunk/modules/shirc/controllers/shirc.php

    r2039 r2040  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    3 class Shirc_Controller extends Controller { 
     3class Kirc_Controller extends Controller { 
    44 
    55        public function index() 
  • trunk/modules/shirc/libraries/ShIRC.php

    r2039 r2040  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    3 class ShIRC_Core { 
     3class Kirc_Core { 
    44 
    55        // Database instance 
     
    4141                // Open the socket 
    4242                $this->socket = fsockopen($this->config['server'], $this->config['port']); 
     43 
     44                // Set non-blocking streams 
     45                stream_set_blocking($this->socket, 0); 
    4346 
    4447                // Connect