3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

MessageHistory: Remove "It's a nick-change!" message

This commit is contained in:
Pragmatic Software 2020-04-29 19:58:15 -07:00
parent 91890a2d33
commit e1d1e83512

View File

@ -384,7 +384,6 @@ sub get_message_account {
return $id if defined $id;
$self->{pbot}->{logger}->log("Getting new message account for $nick!$user\@$host...\n");
$self->{pbot}->{logger}->log("It's a nick-change!\n") if defined $orig_nick;
my $do_nothing = 0;
my $sth;