Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->network = $this['params'][0];
     $this->channel = $this['params'][1];
     $this->nick = $this['params'][2];
     $this->message = $this['params'][3];
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->network = $this['params'][0];
     $this->nick = $this['params'][2];
 }