update help message for /menu
This commit is contained in:
parent
4d16f5bf28
commit
d0b3476839
|
@ -3790,7 +3790,7 @@ const struct commands xc_cmds[] = {
|
|||
{"ME", cmd_me, 0, 0, 1,
|
||||
N_("ME <action>, sends the action to the current channel (actions are written in the 3rd person, like /me jumps)")},
|
||||
{"MENU", cmd_menu, 0, 0, 1, "MENU [-eX] [-i<ICONFILE>] [-k<mod>,<key>] [-m] [-pX] [-r<X,group>] [-tX] {ADD|DEL} <path> [command] [unselect command]\n"
|
||||
" See http://xchat.org/docs/menu/ for more details."},
|
||||
" See http://docs.hexchat.org/en/latest/plugins.html#controlling-the-gui for more details."},
|
||||
{"MKICK", cmd_mkick, 1, 1, 1,
|
||||
N_("MKICK, Mass kicks everyone except you in the current channel (needs chanop)")},
|
||||
{"MODE", cmd_mode, 1, 0, 1, 0},
|
||||
|
|
Loading…
Reference in New Issue