]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/theme.js
Add nice whoises.
[irc/quakenet/qwebirc.git] / js / ui / theme.js
index edafc4e1fa41a0c1cc3e5a6bf4ed37c37a02ad31..c11786b10b7aa058441366a9c69bc08747a4f948 100644 (file)
@@ -43,7 +43,19 @@ qwebirc.ui.themes.Default = {
   "CTCPREPLY": ["CTCP $x reply from $n: $m"],
   "OURCHANCTCP": ["[ctcp($t)] $x $m"],
   "OURPRIVCTCP": ["[ctcp($t)] $x $m"],
-  "OURTARGETEDCTCP": ["[ctcp($t)] $x $m"]
+  "OURTARGETEDCTCP": ["[ctcp($t)] $x $m"],
+  "WHOISUSER": ["$B$n$B [$h]", true],
+  "WHOISREALNAME": [" realname : $m", true],
+  "WHOISCHANNELS": [" channels : $m", true],
+  "WHOISSERVER": [" server   : $x [$m]", true],
+  "WHOISACCOUNT": [" account  : $m", true],
+  "WHOISIDLE": [" idle     : $x [connected: $m]", true],
+  "WHOISAWAY": [" away     : $m", true],
+  "WHOISOPER": ["          : $BIRC Operator$B", true],
+  "WHOISOPERNAME": [" operedas : $m", true],
+  "WHOISACTUALLY": [" realhost : $m [ip: $x]", true],
+  "WHOISEND": ["End of WHOIS", true],
+  "AWAY": ["$n is away: $m", true]
 };
 
 qwebirc.ui.Theme = new Class({