summary refs log tree commit diff stats
path: root/src/common/xchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r--src/common/xchat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/xchat.c b/src/common/xchat.c
index e421939a..d6ccf301 100644
--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -713,6 +713,7 @@ xchat_init (void)
 		"NAME %s~%s~\n"				"CMD send %%s\n\n"\
 		"NAME %s~%s~\n"				"CMD whois %%s %%s\n\n"\
 		"NAME %s~%s~\n"				"CMD notify -n ASK %%s\n\n"\
+		"NAME %s~%s~\n"				"CMD ignore %%s!*@* ALL\n\n"\
 
 		"NAME SUB\n"					"CMD %s\n\n"\
 			"NAME %s\n"					"CMD op %%a\n\n"\
@@ -737,10 +738,11 @@ xchat_init (void)
 			"NAME ENDSUB\n"			"CMD \n\n"\
 		"NAME ENDSUB\n"				"CMD \n\n",
 
-		_("_Open Dialog Window"), "xchat-dialog",
+		_("_Open Dialog Window"), "gtk-go-up",
 		_("_Send a File"), "gtk-floppy",
 		_("_User Info (WhoIs)"), "gtk-info",
 		_("_Add to Friends List"), "gtk-add",
+		_("_Ignore"), "gtk-stop",
 		_("O_perator Actions"),
 
 		_("Give Ops"),