Example #1
0
 /**
  * @param array $data
  * @return bool
  */
 public function onLoad($data)
 {
     if (isset($data) === true) {
         $this->getActions()->notice($data['nick'], 'Load: ' . get_called_class());
     }
     $this->irc->setTranslations($this->translations());
     return true;
 }