summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index c5f176e..1bbdaf4 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -7,9 +7,14 @@
jQuery(document).ready(initChat);
var Nick = $json_user_nick$;
var Room = $json_room_key$;
+ var Timestamp = $timestamp$;
+ var PostedMessages = [];
</script>
</head>
- <body>
+ <body>
+ $if(isadmin)$
+ <h1>FUCK WE AN ADMIN</h1>
+ $endif$
$banner()$
<div id="chatrap"><div id="logc">
<div id="content">