summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rw-r--r--template/chat.st1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st
index 5b829fc..5478dcd 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -62,6 +62,7 @@ $banner()$
<div id="userList">
$users: { u |
<div class="username"><a href="/$u.nick$" target="_blank">
+ $u.score_ent$
$if(u.avatar)$
<img src="$u.avatar$" width="50" height="50">
$else$