summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-20 19:27:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-20 19:27:23 +0100
commit9b10edb6c5f77b2e94a3ccb26222ae119d605693 (patch)
tree2608a61857d2d6287234ee4f97052f918ca971bd /src/core/wee-command.c
parentfa1665ef811e355665f983f9d2f8f1557bf790ea (diff)
downloadweechat-9b10edb6c5f77b2e94a3ccb26222ae119d605693.zip
core: group templates of command /mouse into a single template
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index e975643d0..3dfe6ea68 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -6327,9 +6327,7 @@ command_init ()
" /mouse enable\n"
" toggle mouse for 5 seconds:\n"
" /mouse toggle 5"),
- "enable"
- " || disable"
- " || toggle",
+ "enable|disable|toggle",
&command_mouse, NULL);
hook_command (NULL, "mute",
N_("execute a command silently"),