Updating text themes with new %var names
authorDarren <darren@darrenwhitlen.com>
Mon, 21 Apr 2014 01:24:23 +0000 (02:24 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 21 Apr 2014 01:24:23 +0000 (02:24 +0100)
client/assets/text_themes/default.json
client/assets/text_themes/symbols.json

index 3d4f13aa3064b51e8a076c304dcb7766e3df14b2..6e28a21326fd97a2b2b3ca5c91459fe8de14f61f 100644 (file)
@@ -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
index 76b8708939f0f5289d0ae9df57619d624ffa7593..d2dca85b1a89c373e65d092862cf764769a08e48 100644 (file)
@@ -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",