mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Moved autoconnects and command line parameter parsing from irc to core.
Added not_initialized parameter to chat protocols that are created using chat_protocol_get_unknown(). /CONNECT doesn't crash now with non-initialized protocols but instead complains about them. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1248 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
42634d83bc
commit
1117638b52
10 changed files with 122 additions and 91 deletions
|
|
@ -135,7 +135,6 @@ static void textui_finish_init(void)
|
|||
settings_check();
|
||||
|
||||
fe_common_core_finish_init();
|
||||
fe_common_irc_finish_init();
|
||||
|
||||
#ifdef HAVE_STATIC_PERL
|
||||
perl_core_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue