]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/theme.js
Merge.
[irc/quakenet/qwebirc.git] / js / ui / theme.js
index 3a87fd0d37017445d99a596966e29395c3844a3a..78c43d630fe071f760513e2b1c4ddb1e15af4fc3 100644 (file)
@@ -69,7 +69,13 @@ qwebirc.ui.themes.Default = {
   "GENERICMESSAGE": ["$m", true],
   "WALLOPS": ["WALLOP $n: $t", true],
   "CHANNELCREATIONTIME": ["Channel $c was created at: $m", true],
-  "CHANNELMODEIS": ["Channel modes on $c are: $m", true]
+  "CHANNELMODEIS": ["Channel modes on $c are: $m", true],
+  "IGNORED": ["Ignored $n, to unignore type: /UNIGNORE $n", false],
+  "UNIGNORED": ["Unignored $n.", false],
+  "IGNOREHEADER": ["Ignore list:", false],
+  "IGNOREENTRY": ["- $h", false],
+  "IGNOREEMPTY": ["Ignore list is empty.", false],
+  "SILENCE": ["Silenced: $h", false]
 };
 
 qwebirc.ui.Theme = new Class({