예제 #1
0
파일: client.php 프로젝트: Artea/PHPIRCd
 public function init()
 {
     if ($this->nick === false || $this->user === false) {
         return false;
     }
     $this->registered = true;
     $this->write(IRC::sprintf(IRC::Connect(), &$this));
     return true;
 }