mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
Interpreter: remove left-over malformed section
This commit is contained in:
parent
b37ae41be7
commit
bd6af472e8
@ -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');
|
||||
|
||||
|
@ -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 {}
|
||||
|
Loading…
Reference in New Issue
Block a user