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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user