mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 03:29:33 +01:00
IRCHandlers: restore missing space in departure messages
This commit is contained in:
parent
53739e0184
commit
d1a3a89c33
@ -528,7 +528,7 @@ sub on_departure {
|
||||
|
||||
($nick, $user, $host) = $self->normalize_hostmask($nick, $user, $host);
|
||||
|
||||
my $text = uc ($event->{event}->type) . $args;
|
||||
my $text = uc ($event->{event}->type) . ' ' . $args;
|
||||
|
||||
my $message_account = $self->{pbot}->{messagehistory}->get_message_account($nick, $user, $host);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user