From f7829701587c9e4964085dcdb7ee8233d9bd24a0 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 19 Aug 2006 00:49:22 +0000 Subject: [PATCH] Removed /panel command for release (command under development) --- src/common/command.c | 4 ++-- weechat/src/common/command.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/command.c b/src/common/command.c index adc43f673..e973025e8 100644 --- a/src/common/command.c +++ b/src/common/command.c @@ -129,7 +129,7 @@ t_weechat_command weechat_commands[] = " reset: restore bindings to the default values and delete ALL " "personal bindings (use carefully!)"), "unbind|functions|reset %k", 0, MAX_ARGS, 0, NULL, weechat_cmd_key }, - { "panel", N_("manage panels"), +/* { "panel", N_("manage panels"), N_("[list | add type position size | resize # size | close # | move #1 #2]"), N_(" list: list open panels (no parameter implies this list)\n" " add: add a panel, type is global|local, position is top|bottom|left|right\n" @@ -137,7 +137,7 @@ t_weechat_command weechat_commands[] = " close: close a panel by number\n" " move: move a panel to another number (may be relative, for example -1)"), "list|add|close|move global|local top|bottom|left|right", - 0, MAX_ARGS, 0, weechat_cmd_panel, NULL }, + 0, MAX_ARGS, 0, weechat_cmd_panel, NULL },*/ { "plugin", N_("list/load/unload plugins"), N_("[load filename] | [autoload] | [reload] | [unload]"), N_("filename: WeeChat plugin (file) to load\n\n" diff --git a/weechat/src/common/command.c b/weechat/src/common/command.c index adc43f673..e973025e8 100644 --- a/weechat/src/common/command.c +++ b/weechat/src/common/command.c @@ -129,7 +129,7 @@ t_weechat_command weechat_commands[] = " reset: restore bindings to the default values and delete ALL " "personal bindings (use carefully!)"), "unbind|functions|reset %k", 0, MAX_ARGS, 0, NULL, weechat_cmd_key }, - { "panel", N_("manage panels"), +/* { "panel", N_("manage panels"), N_("[list | add type position size | resize # size | close # | move #1 #2]"), N_(" list: list open panels (no parameter implies this list)\n" " add: add a panel, type is global|local, position is top|bottom|left|right\n" @@ -137,7 +137,7 @@ t_weechat_command weechat_commands[] = " close: close a panel by number\n" " move: move a panel to another number (may be relative, for example -1)"), "list|add|close|move global|local top|bottom|left|right", - 0, MAX_ARGS, 0, weechat_cmd_panel, NULL }, + 0, MAX_ARGS, 0, weechat_cmd_panel, NULL },*/ { "plugin", N_("list/load/unload plugins"), N_("[load filename] | [autoload] | [reload] | [unload]"), N_("filename: WeeChat plugin (file) to load\n\n"