1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

core: group templates of command /mouse into a single template

This commit is contained in:
Sebastien Helleu
2012-12-20 19:27:23 +01:00
parent fa1665ef81
commit 9b10edb6c5
+1 -3
View File
@@ -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"),