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

Getting ready to move some files around.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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