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

revert the change to perl-common that would stop it from creating ghost chatnets

see 00a7efc69f
This commit is contained in:
ailin-nemui 2019-08-23 22:26:27 +02:00
parent bdb25aa609
commit 487d9434bd

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