From 7804b7e88eb5d1001220e4b66999097bd490d2ce Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 21 Apr 2014 02:24:23 +0100 Subject: [PATCH] Updating text themes with new %var names --- client/assets/text_themes/default.json | 106 ++++++++++++------------- client/assets/text_themes/symbols.json | 2 +- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/client/assets/text_themes/default.json b/client/assets/text_themes/default.json index 3d4f13a..6e28a21 100644 --- a/client/assets/text_themes/default.json +++ b/client/assets/text_themes/default.json @@ -1,55 +1,55 @@ { - "channel_join": "== %N %T", - "channel_part": "== %N %T", - "channel_quit": "== %N %T", - "channel_kicked": "== %N %T", - "channel_selfkick": "== %T", - "channel_badpassword": "== %T", - "channel_topic": "== %T", - "mode": "== %N %T", - "selfmode": "== %N %T", - "channel_banned": "== %T", - "channel_badkey": "== %T", - "channel_inviteonly": "== %C %T", - "channel_alreadyin": "== %N %T", - "channel_limitreached": "== %C %T", - "nickname_alreadyinuse": "== %T", - "channel_invalid_name": "== %C %T", - "network_disconnected": "%T", - "channel_topic_setby": "%T", - "whois_channels": "%T", - "whois_idle_and_signon": "%T", - "whois_away": "%T", - "whois_server": "%T", - "whois_idle": "%T", - "whois_notfound": "%T", - "nick_changed": "== %N %T", - "applet_notfound": "%T", - "channel_has_been_invited": "== %N %T", - "encoding_changed": "%T", - "encoding_invalid": "%T", - "settings_saved": "%T", - "ignore_title": "%T:", - "ignore_none": "%T", - "ignore_nick": "%T", - "ignore_stop_notice": "%T", - "ignore_stopped": "%T", - "chanop_privs_needed": "== %T", - "no_such_nick": "== %N: %T", - "unknown_command": "%T", - "motd": "%T", - "privmsg": "%T", - "ctcp": "CTCP: %T", - "notice": "%T", - "action": "* %N %T", - "whois_ident": "%N [%N!%J@%H] * %T", - "whois": "%T", - "who": "%N [%N!%J@%H] * %R", - "quit": "%T", - "rejoin": "%T", - "set_setting": "%T", - "list_aliases": "%T", - "ignored_pattern": "%T", - "query": "%T", - "msg": "%T" + "channel_join": "== %nick %text", + "channel_part": "== %nick %text", + "channel_quit": "== %nick %text", + "channel_kicked": "== %nick %text", + "channel_selfkick": "== %text", + "channel_badpassword": "== %text", + "channel_topic": "== %text", + "mode": "== %nick %text", + "selfmode": "== %nick %text", + "channel_banned": "== %text", + "channel_badkey": "== %text", + "channel_inviteonly": "== %channel %text", + "channel_alreadyin": "== %nick %text", + "channel_limitreached": "== %channel %text", + "nickname_alreadyinuse": "== %text", + "channel_invalid_name": "== %channel %text", + "network_disconnected": "%text", + "channel_topic_setby": "%text", + "whois_channels": "%text", + "whois_idle_and_signon": "%text", + "whois_away": "%text", + "whois_server": "%text", + "whois_idle": "%text", + "whois_notfound": "%text", + "nick_changed": "== %nick %text", + "applet_notfound": "%text", + "channel_has_been_invited": "== %nick %text", + "encoding_changed": "%text", + "encoding_invalid": "%text", + "settings_saved": "%text", + "ignore_title": "%text:", + "ignore_none": "%text", + "ignore_nick": "%text", + "ignore_stop_notice": "%text", + "ignore_stopped": "%text", + "chanop_privs_needed": "== %text", + "no_such_nick": "== %nick: %text", + "unknown_command": "%text", + "motd": "%text", + "privmsg": "%text", + "ctcp": "CTCP: %text", + "notice": "%text", + "action": "* %nick %text", + "whois_ident": "%nick [%nick!%ident@%host] * %text", + "whois": "%text", + "who": "%nick [%nick!%ident@%host] * %realname", + "quit": "%text", + "rejoin": "%text", + "set_setting": "%text", + "list_aliases": "%text", + "ignored_pattern": "%text", + "query": "%text", + "msg": "%text" } \ No newline at end of file diff --git a/client/assets/text_themes/symbols.json b/client/assets/text_themes/symbols.json index 76b8708..d2dca85 100644 --- a/client/assets/text_themes/symbols.json +++ b/client/assets/text_themes/symbols.json @@ -1,5 +1,5 @@ { - "channel_join": "%C14→ %nick [%ident@%host] %text", + "channel_join": "%C14→ %nick %text", "channel_part": "%C14← %nick %text", "channel_quit": "%C14← %nick %text", "channel_kicked": "%C4×%O %nick %text", -- 2.25.1