From ecdd914b37d64a73289e43ae8c711fef271f59c1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Jul 2021 19:14:07 -0700 Subject: [PATCH] Plugin/RunCommand: import finish too --- lib/PBot/Plugin/RunCommand.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/Plugin/RunCommand.pm b/lib/PBot/Plugin/RunCommand.pm index 13fc20d3..dbc09bc0 100644 --- a/lib/PBot/Plugin/RunCommand.pm +++ b/lib/PBot/Plugin/RunCommand.pm @@ -26,7 +26,7 @@ use parent 'PBot::Plugin::Base'; use PBot::Imports; -use IPC::Run qw/start pump/; +use IPC::Run qw/start pump finish/; sub initialize { my ($self, %conf) = @_;