Connlog()
Description
FUNCTION: connlog(<query>)
Queries the SQLite connection log table. Returns connection and disconnection events including timestamps, IP addresses, and player dbrefs.
This function provides access to the persistent connection log maintained by the server.
Examples
> think connlog(SELECT * FROM connlog WHERE dbref=#1 ORDER BY time DESC LIMIT 5)