TinyMUX

Addrlog()

Functions

Description

FUNCTION: addrlog(<query>)

Queries address log entries from the SQLite connection log. Provides access to historical address information associated with player connections.

Examples

> think addrlog(SELECT * FROM addrlog WHERE dbref=#1 LIMIT 5)

connlog()