3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Factoids: Remove packages left-over from execute_code_factoid_using_safe's removal

This commit is contained in:
Pragmatic Software 2019-06-02 19:37:34 -07:00
parent 939d96141a
commit 460df9ef64

View File

@ -23,9 +23,6 @@ use POSIX qw(strftime);
use Text::ParseWords;
use JSON;
use PPI;
use Safe;
use PBot::VERSION qw/version/;
use PBot::FactoidCommands;
use PBot::FactoidModuleLauncher;