Esempio n. 1
0
File: User.php Progetto: nkreer/Fish
 /**
  * @param $notice
  */
 public function sendNotice(string $notice)
 {
     $channel = new Channel($this->connection, $this->getNick());
     $channel->sendNotice($notice);
 }