mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
load config on chat protocol cre
This commit is contained in:
parent
bee057ff21
commit
3760fcd1ca
5 changed files with 23 additions and 15 deletions
|
|
@ -106,9 +106,6 @@ void irc_core_init(void)
|
|||
(QUERY_REC *(*) (const char *, const char *, int))
|
||||
irc_query_create;
|
||||
|
||||
chat_protocol_register(rec);
|
||||
g_free(rec);
|
||||
|
||||
irc_session_init();
|
||||
irc_chatnets_init();
|
||||
irc_servers_init();
|
||||
|
|
@ -125,6 +122,10 @@ void irc_core_init(void)
|
|||
sasl_init();
|
||||
|
||||
settings_check();
|
||||
|
||||
chat_protocol_register(rec);
|
||||
g_free(rec);
|
||||
|
||||
module_register("irc", "core");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue