Help Topics

/admin log

Query the audit log of all admin actions. Every state-changing admin command is automatically recorded with timestamp, actor, action, and target.

Syntax

/admin log [--last N] [--user nick]

Options

  • --last N — Show the last N entries (default: 20)
  • --user nick — Filter to actions by a specific admin

Log Entry Format

Each entry shows: [timestamp] actor action → target_type:target_id

Common action types include:

  • user.ban, user.unban, user.kick
  • user.mute, user.unmute, user.rename, user.role
  • channel.create, channel.delete, channel.purge
  • ns.drop, ns.resetpass
  • cs.drop, cs.transfer, cs.access
  • server.set, server.info

Examples

/admin log
/admin log --last 50
/admin log --user Admin --last 10

See Also

/admin · /admin server