} else { stream_set_timeout($fp,1); stream_set_blocking($fp,0); $out = $this->getConf('username')."\n"; $out .= $this->getConf('password')."\n"; $message = ""; if (strlen($SUM)>0) { $message = ".say ".$this->getConf('channel')." Comment: ".$SUM."\n"; } $out .= ".say ".$this->getConf('channel')." [".chr(2)."wiki".chr(2)."] ".$IN FO['client']." changed ".DOKU_URL."".$ID." (".date('YmdHi', time()).") \n"; $out .= $message; $out .= ".quit\n"; fputs($fp, $out);