summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-06-05 08:27:16 -0400
committerTingPing <tngpng@gmail.com>2013-06-05 08:27:16 -0400
commitd0b347683970a34042d47fffc593f4eee35a1ebe (patch)
tree83e6ab700aa0cc691674fa86db586555cebef636 /src
parent4d16f5bf28128ad56162c2e53f63bd1ed087bbb1 (diff)
update help message for /menu
Diffstat (limited to 'src')
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index bae77970..e6113488 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -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},