From 487d9434bd8b0403eaafe1963a96ad09abc32e8e Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 23 Aug 2019 22:26:27 +0200 Subject: [PATCH] revert the change to perl-common that would stop it from creating ghost chatnets see 00a7efc69f8cfc14fcfdf123421015e99ac07926 --- src/perl/perl-common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/perl/perl-common.c b/src/perl/perl-common.c index 31650cc4..0c2b90e7 100644 --- a/src/perl/perl-common.c +++ b/src/perl/perl-common.c @@ -585,9 +585,6 @@ static void perl_register_protocol(CHAT_PROTOCOL_REC *rec) chat_type = chat_protocol_lookup(rec->name); g_return_if_fail(chat_type >= 0); - if (rec->not_initialized) - return; - name = g_ascii_strdown(rec->name,-1); *name = *(rec->name);