Interpreter: remove left-over malformed section

This commit is contained in:
Pragmatic Software 2023-05-11 06:08:26 -07:00
parent b37ae41be7
commit bd6af472e8
2 changed files with 2 additions and 5 deletions

View File

@ -795,9 +795,6 @@ sub truncate_result($self, $context, $text, $paste_text) {
my @dehighlight_exclusions = qw/auto if unsigned break inline void case int volatile char long while const register _Alignas continue restrict _Alignof default return _Atomic do short _Bool double signed _Complex else sizeof _Generic enum static _Imaginary extern struct _Noreturn float switch _Static_assert for typedef _Thread_local goto union/;
sub dehighlight_nicks {
my ($self, $line, $channel) = @_;
sub dehighlight_nicks($self, $line, $channel) {
return $line if $self->{pbot}->{registry}->get_value('general', 'no_dehighlight_nicks');

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script
use constant {
BUILD_NAME => "PBot",
BUILD_REVISION => 4665,
BUILD_DATE => "2023-05-07",
BUILD_REVISION => 4672,
BUILD_DATE => "2023-05-11",
};
sub initialize {}