mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
Interpreter: remove left-over declaration
This commit is contained in:
parent
a068fe8359
commit
e0a6d9bcb6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user