3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02:00

Commands: Remove unused reference

This commit is contained in:
Pragmatic Software 2019-06-22 18:28:38 -07:00
parent 3305900497
commit 51fa020de2

View File

@ -18,7 +18,6 @@ use strict;
use base 'PBot::Registerable';
use Carp ();
use Text::ParseWords qw(shellwords);
sub new {
if (ref($_[1]) eq 'HASH') {