mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +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) {
|
||||
$prefix_match = 0;
|
||||
$state = 'prefixgroup';
|
||||
} else {
|
||||
$state = 'openbracket';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4673,
|
||||
BUILD_REVISION => 4674,
|
||||
BUILD_DATE => "2023-05-11",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user