mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
revert the change to perl-common that would stop it from creating ghost chatnets
see 00a7efc69f
This commit is contained in:
parent
bdb25aa609
commit
487d9434bd
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue