diff options
author | Peter Boström <pbos@kth.se> | 2012-07-13 12:57:14 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-13 12:57:14 +0200 |
commit | 4eb8013fd37f0acaedbcef2c9b0eeadc6c984374 (patch) | |
tree | dd3fc9373df105be65e39205b4691d0e870a3687 /src/core/wee-command.h | |
parent | bb4264a56c5d173784fad193c3cb99535a422be5 (diff) | |
download | weechat-4eb8013fd37f0acaedbcef2c9b0eeadc6c984374.zip |
core: add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat
Diffstat (limited to 'src/core/wee-command.h')
-rw-r--r-- | src/core/wee-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.h b/src/core/wee-command.h index fd4971c8f..e0f277373 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -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); |