1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Merge pull request #1113 from ailin-nemui/restore-perl-chatnets

revert the change to perl-common that would stop it from creating ghost chatnets
This commit is contained in:
ailin-nemui 2019-08-24 23:21:10 +02:00 committed by GitHub
commit a8b695b890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);