mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +00:00
Fix dialog icon in userlist popup and add entry for Ignore
This commit is contained in:
@@ -713,6 +713,7 @@ xchat_init (void)
|
|||||||
"NAME %s~%s~\n" "CMD send %%s\n\n"\
|
"NAME %s~%s~\n" "CMD send %%s\n\n"\
|
||||||
"NAME %s~%s~\n" "CMD whois %%s %%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 notify -n ASK %%s\n\n"\
|
||||||
|
"NAME %s~%s~\n" "CMD ignore %%s!*@* ALL\n\n"\
|
||||||
|
|
||||||
"NAME SUB\n" "CMD %s\n\n"\
|
"NAME SUB\n" "CMD %s\n\n"\
|
||||||
"NAME %s\n" "CMD op %%a\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"\
|
||||||
"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",
|
_("_Send a File"), "gtk-floppy",
|
||||||
_("_User Info (WhoIs)"), "gtk-info",
|
_("_User Info (WhoIs)"), "gtk-info",
|
||||||
_("_Add to Friends List"), "gtk-add",
|
_("_Add to Friends List"), "gtk-add",
|
||||||
|
_("_Ignore"), "gtk-stop",
|
||||||
_("O_perator Actions"),
|
_("O_perator Actions"),
|
||||||
|
|
||||||
_("Give Ops"),
|
_("Give Ops"),
|
||||||
|
|||||||
Reference in New Issue
Block a user