mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
commit
a8b695b890
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user