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

Interpreter: remove left-over declaration

This commit is contained in:
Pragmatic Software 2019-05-31 02:27:30 -07:00
parent a068fe8359
commit e0a6d9bcb6

View File

@ -156,7 +156,6 @@ sub process_line {
}
}
my $rest;
for (my $count = 0; $count < 3; $count++) {
my ($extracted, $rest) = $self->extract_bracketed($cmd_text, '{', '}', $bot_trigger);
last if not length $extracted;