/[weechat]/weechat/src/common/weechat.c
ViewVC logotype

Diff of /weechat/src/common/weechat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by flashcode, Sun Dec 11 00:52:33 2005 UTC revision 1.68 by flashcode, Sun Dec 11 13:59:50 2005 UTC
# Line 970  main (int argc, char *argv[]) Line 970  main (int argc, char *argv[])
970      utf8_init ();                       /* init UTF-8 in WeeChat            */      utf8_init ();                       /* init UTF-8 in WeeChat            */
971      gui_init ();                        /* init WeeChat interface           */      gui_init ();                        /* init WeeChat interface           */
972      weechat_welcome_message ();         /* display WeeChat welcome message  */      weechat_welcome_message ();         /* display WeeChat welcome message  */
973        fifo_create ();                     /* FIFO pipe for remote control     */
974        if (weechat_session)
975            session_load (weechat_session); /* load previous session if asked   */
976  #ifdef PLUGINS  #ifdef PLUGINS
977      plugin_init (auto_load_plugins);    /* init plugin interface(s)         */      plugin_init (auto_load_plugins);    /* init plugin interface(s)         */
978  #endif  #endif
979            
980      server_auto_connect (auto_connect,  /* auto-connect to servers          */      server_auto_connect (auto_connect,  /* auto-connect to servers          */
981                           server_cmd_line);                           server_cmd_line);
     fifo_create ();                     /* FIFO pipe for remote control     */  
       
     if (weechat_session)  
         session_load (weechat_session); /* load previous session if asked   */  
982            
983      gui_main_loop ();                   /* WeeChat main loop                */      gui_main_loop ();                   /* WeeChat main loop                */
984            

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26