Mercurial Hosting > chat
comparison src/lib/Online.luan @ 88:7b339b1ccd11
add tools/users.html
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Mar 2025 16:18:39 -0600 |
parents | a63faf49e1d7 |
children |
comparison
equal
deleted
inserted
replaced
87:246a792adedf | 88:7b339b1ccd11 |
---|---|
24 online[to_string(user_id)] = glob[user_id] | 24 online[to_string(user_id)] = glob[user_id] |
25 end | 25 end |
26 return online | 26 return online |
27 end | 27 end |
28 | 28 |
29 function Online.get_user(user) | |
30 return glob[user.id] | |
31 end | |
32 | |
29 return Online | 33 return Online |