This is an old revision of the document!
WHOLIST
The WHOLIST iterator queries the server for the actualy logged in users; the following Tokens are provided to the subtemplate:
Token | Type | Description |
---|---|---|
WHO:ISME | Bool | Is that user we're rendring the user owning the session? |
WHO:SESSION | int | The session ID of this user |
WHO:NAME | String | The Name of this user |
WHO:IDLE | Bool | has this user been idle for more than 900 Seconds |
WHO:IDLESINCE | int | timestamp since the user has been idle |
WHO:NSESSIONS | int | how often is this user logged into this citadel? |
WHO:ROOM | String | The name of the Room this user is in |
WHO:REALROOM | String | if the roomname was faked, this is the real one |
WHO:HOST | String | Where does this user come from? |
WHO:REALHOST | String | if the hostname was faked, this is the real one |