@@ -37,7 +37,7 @@ |
||
37 | 37 | public function disconnect() |
38 | 38 | { |
39 | 39 | $message = $this->client->send(new QuitChannelCommand); |
40 | - $this->client->disconnect(); |
|
40 | + $this->client->disconnect(); |
|
41 | 41 | return $message; |
42 | 42 | } |
43 | 43 |
@@ -63,4 +63,4 @@ |
||
63 | 63 | return $this->get('count') ?? 0; |
64 | 64 | } |
65 | 65 | } |
66 | - |
|
67 | 66 | \ No newline at end of file |
67 | + |
|
68 | 68 | \ No newline at end of file |