mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
EventQueue: minor whitespace correction
This commit is contained in:
parent
afa124e0d3
commit
7347fef521
@ -94,7 +94,7 @@ sub dispatch_event($self, $name, $data = undef) {
|
|||||||
my $debug = $self->{pbot}->{registry}->get_value('eventdispatcher', 'debug') // 0;
|
my $debug = $self->{pbot}->{registry}->get_value('eventdispatcher', 'debug') // 0;
|
||||||
|
|
||||||
# undef means no handlers have handled this event
|
# undef means no handlers have handled this event
|
||||||
my $dispatch_result= undef;
|
my $dispatch_result = undef;
|
||||||
|
|
||||||
# if the event-name has handlers
|
# if the event-name has handlers
|
||||||
if (exists $self->{handlers}->{$name}) {
|
if (exists $self->{handlers}->{$name}) {
|
||||||
|
@ -25,8 +25,8 @@ 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 => 4696,
|
BUILD_REVISION => 4698,
|
||||||
BUILD_DATE => "2023-11-09",
|
BUILD_DATE => "2023-11-14",
|
||||||
};
|
};
|
||||||
|
|
||||||
sub initialize {}
|
sub initialize {}
|
||||||
|
Loading…
Reference in New Issue
Block a user