]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Make our nick in our own messages bold.
authorChris Porter <redacted>
Sun, 21 Jun 2009 17:10:27 +0000 (18:10 +0100)
committerChris Porter <redacted>
Sun, 21 Jun 2009 17:10:27 +0000 (18:10 +0100)
js/ui/theme.js

index 1017cf21d18ec06a4abf577044aca93295e94a35..e7ba74ee3c17e63091114a284683c575711c79f2 100644 (file)
@@ -32,8 +32,8 @@ qwebirc.ui.themes.Default = {
   "PRIVMSG": ["<$($N$)> $m"],
   "CHANNOTICE": ["-$($N$):$c- $m"],
   "PRIVNOTICE": ["-$($N$)- $m"],
-  "OURCHANMSG": ["<$@$N> $m"],
-  "OURPRIVMSG": ["<$N> $m"],
+  "OURCHANMSG": ["<$B$@$N$B> $m"],
+  "OURPRIVMSG": ["<$B$N$B> $m"],
   "OURTARGETEDMSG": ["*$[$t$]* $m"],
   "OURTARGETEDNOTICE": ["[notice($[$t$])] $m"],
   "OURCHANNOTICE": ["-$N:$t- $m"],