diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-11 11:21:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-11 11:21:34 +0200 |
commit | 7871b62ef881370e3126b9459441711cfdd7b05b (patch) | |
tree | e89dd99b5ffecba2892a6e1e3c10b363d722536a /src/core/wee-command.c | |
parent | 53ad9cddc1852bf7ebfed44a79f08a47a89015b9 (diff) | |
download | weechat-7871b62ef881370e3126b9459441711cfdd7b05b.zip |
Add message about /upgrade command, temporarirly disabled
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e16ac024b..6a258fdd3 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -2161,6 +2161,10 @@ command_upgrade (void *data, struct t_gui_buffer *buffer, (void) argc; (void) argv; (void) argv_eol; + + /* TODO: enable again /upgrade command */ + gui_chat_printf (NULL, "/upgrade command is temporarirly disabled."); + return WEECHAT_RC_OK; /*ptr_binary = (argc > 1) ? argv_eol[1] : weechat_argv0; |