diff --git a/lib/PBot/Core/Interpreter.pm b/lib/PBot/Core/Interpreter.pm index 2f520937..713f6d62 100644 --- a/lib/PBot/Core/Interpreter.pm +++ b/lib/PBot/Core/Interpreter.pm @@ -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'); diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 1007da5e..2539d140 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -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 {}