3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

Plugin/RunCommand: import finish too

This commit is contained in:
Pragmatic Software 2021-07-25 19:14:07 -07:00
parent 3d3bbfb784
commit ecdd914b37

View File

@ -26,7 +26,7 @@ use parent 'PBot::Plugin::Base';
use PBot::Imports; use PBot::Imports;
use IPC::Run qw/start pump/; use IPC::Run qw/start pump finish/;
sub initialize { sub initialize {
my ($self, %conf) = @_; my ($self, %conf) = @_;