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