Help for this page

Select Code to Download


  1. or download this
    if (eof($irc))
    {
        &on_disconnect;
    }
    
  2. or download this
    if (!fileno($irc))
    {
        &on_disconnect;
    }