diff --git a/plugins/Notify/src/Plugin.php b/plugins/Notify/src/Plugin.php index cdcd191..73fa9e6 100644 --- a/plugins/Notify/src/Plugin.php +++ b/plugins/Notify/src/Plugin.php @@ -5,6 +5,7 @@ use Cake\Datasource\ConnectionManager; use Cake\ORM\TableRegistry; use Phergie\Irc\Bot\React\AbstractPlugin; +use Phergie\Irc\Event\UserEventInterface; use Phergie\Irc\Bot\React\EventQueueInterface; use Phergie\Irc\Plugin\React\Command\CommandEvent;