@@ -10,13 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace Chrismou\Phergie\Plugin\Php; |
| 12 | 12 | |
| 13 | -use Phergie\Irc\Bot\React\AbstractPlugin; |
|
| 14 | -use Phergie\Irc\Bot\React\EventQueueInterface as Queue; |
|
| 15 | -use Phergie\Irc\Plugin\React\Command\CommandEventInterface as Event; |
|
| 16 | - |
|
| 17 | -use Doctrine\DBAL\DriverManager; |
|
| 18 | -use Psr\Log\LoggerAwareInterface; |
|
| 19 | - |
|
| 20 | 13 | /** |
| 21 | 14 | * Response Formatter. |
| 22 | 15 | * |