diff options
| author | sostler <sbostler@gmail.com> | 2010-04-25 11:46:37 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-25 11:46:37 -0400 |
| commit | fd2766f7112856df57c68f9d32a2c92b108fdcb8 (patch) | |
| tree | 393a2d497365f5cf887e77ff1148996169052909 /template/chat.st | |
| parent | b9529fed21e0d4594dcb7aaa165247514ffbd4eb (diff) | |
Added version numbers to chat api
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st index 239f5b9..8c290b7 100644 --- a/template/chat.st +++ b/template/chat.st @@ -18,6 +18,7 @@ $endif$ var Nick = $json_user_nick$; var Room = $json_room_key$; var Timestamp = $timestamp$; + var Version = $version$; $if(isadmin)$ var IsAdmin = true; $else$ |
