mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
modularise irc component
This commit is contained in:
parent
84301a29f8
commit
00a7efc69f
11 changed files with 46 additions and 8 deletions
|
|
@ -584,6 +584,9 @@ 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