diff options
Diffstat (limited to 'src/common/weechat.c')
-rw-r--r-- | src/common/weechat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c index 2efadda8a..75262fecc 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -273,7 +273,7 @@ main (int argc, char *argv[]) gui_init (); /* init plugin interface(s) */ - plugins_init (); + plugin_init (); /* Welcome message - yeah! */ if (cfg_look_startup_logo) @@ -324,7 +324,7 @@ main (int argc, char *argv[]) gui_main_loop (); /* end plugin interface(s) */ - plugins_end (); + plugin_end (); /* disconnect from all servers */ server_disconnect_all (); |