mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-13 06:27:40 +02:00
AntiFlood: remove useless use statement
This commit is contained in:
parent
1f43e003d8
commit
c57d7550ea
@ -20,7 +20,6 @@ use feature 'switch';
|
|||||||
no if $] >= 5.018, warnings => "experimental::smartmatch";
|
no if $] >= 5.018, warnings => "experimental::smartmatch";
|
||||||
|
|
||||||
use PBot::DualIndexHashObject;
|
use PBot::DualIndexHashObject;
|
||||||
use PBot::LagChecker;
|
|
||||||
|
|
||||||
use Time::HiRes qw(gettimeofday tv_interval);
|
use Time::HiRes qw(gettimeofday tv_interval);
|
||||||
use Time::Duration;
|
use Time::Duration;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user