mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
Add arguments for plugin init functions and "irc://.." command line option for irc plugin
This commit is contained in:
@@ -2231,7 +2231,7 @@ command_upgrade (void *data, struct t_gui_buffer *buffer,
|
||||
execvp (exec_args[0], exec_args);*/
|
||||
|
||||
/* this code should not be reached if execvp is ok */
|
||||
plugin_init (1);
|
||||
plugin_init (1, 0, NULL);
|
||||
|
||||
/*string_iconv_fprintf (stderr,
|
||||
_("Error: exec failed (program: \"%s\"), exiting WeeChat"),
|
||||
|
||||
Reference in New Issue
Block a user