1
0
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:
Peter Boström
2012-07-13 12:57:14 +02:00
committed by Sebastien Helleu
parent bb4264a56c
commit 4eb8013fd3
20 changed files with 338 additions and 260 deletions
+1 -1
View File
@@ -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);