mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
core: add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat
This commit is contained in:
committed by
Sebastien Helleu
parent
bb4264a56c
commit
4eb8013fd3
@@ -62,7 +62,7 @@ struct t_gui_buffer;
|
||||
extern int command_reload (void *data, struct t_gui_buffer *buffer,
|
||||
int argc, char **argv, char **argv_eol);
|
||||
extern void command_init ();
|
||||
extern void command_startup (int plugins_looaded);
|
||||
extern void command_startup (int plugins_loaded);
|
||||
extern void command_version_display (struct t_gui_buffer *buffer,
|
||||
int send_to_buffer_as_input,
|
||||
int translated_string);
|
||||
|
||||
Reference in New Issue
Block a user