Exemple #1
0
 /**
  * @param $notice
  */
 public function sendNotice(string $notice)
 {
     $channel = new Channel($this->connection, $this->getNick());
     $channel->sendNotice($notice);
 }