Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class TopicChangeMessage extends IrcMessage |
||
8 | { |
||
9 | /** @var string */ |
||
10 | public $channel; |
||
11 | |||
12 | /** @var string */ |
||
13 | public $topic; |
||
14 | |||
15 | public function __construct(string $message) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Change the topic for the referenced channel |
||
25 | */ |
||
26 | public function handle(IrcClient $client, bool $force = false): void |
||
35 |