font-weight: bold;
}
#toolbar .panellist .alert_activity { font-weight: bold; background: #009900; }
+#toolbar .panellist .alert_action { font-weight: bold; }
#toolbar .panellist li img { width:1em; height:1em; top:7px; right:5px; position:absolute; }
#toolbar .panellist li img.icon { left:5px; top:2px; height:auto; width:auto; }
line_msg = '<div class="msg <%= type %>"><div class="time"><%- time %></div><div class="nick" style="<%= nick_style %>"><%- nick %></div><div class="text" style="<%= style %>"><%= msg %> </div></div>';\r
$this.append(_.template(line_msg, msg));\r
\r
- if (msg.type === 'action') {\r
+ if (msg.type.match(/^action /)) {\r
this.alert('action');\r
} else if (msg.msg.indexOf(kiwi.gateway.get('nick')) > -1) {\r
this.alert('highlight');\r