From e1d1e83512ca27914e2f48b7d54f80281cab92d8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 29 Apr 2020 19:58:15 -0700 Subject: [PATCH] MessageHistory: Remove "It's a nick-change!" message --- PBot/MessageHistory_SQLite.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PBot/MessageHistory_SQLite.pm b/PBot/MessageHistory_SQLite.pm index 0f4c9347..04ca9940 100644 --- a/PBot/MessageHistory_SQLite.pm +++ b/PBot/MessageHistory_SQLite.pm @@ -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;