mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
Interpreter: extract_bracketed: missed a state change
This commit is contained in:
parent
bc05915905
commit
2b36286c22
@ -1090,6 +1090,8 @@ sub extract_bracketed($self, $string, $open_bracket = '{', $close_bracket = '}',
|
|||||||
} elsif (@prefix) {
|
} elsif (@prefix) {
|
||||||
$prefix_match = 0;
|
$prefix_match = 0;
|
||||||
$state = 'prefixgroup';
|
$state = 'prefixgroup';
|
||||||
|
} else {
|
||||||
|
$state = 'openbracket';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
|||||||
# These are set by the /misc/update_version script
|
# These are set by the /misc/update_version script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 4673,
|
BUILD_REVISION => 4674,
|
||||||
BUILD_DATE => "2023-05-11",
|
BUILD_DATE => "2023-05-11",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user