List Cached URLs
View URLs currently loaded in the bot's active block cache.
Updated April 11, 2026
Use /urlblock listcached to see what URLs the bot is actively checking against incoming messages. This reads from the in-memory cache rather than the database, so it responds instantly.
Usage
/urlblock listcachedRequires the urlblock.list permission.

Cache vs database list
/urlblock list | /urlblock listcached | |
|---|---|---|
| Data source | Database | Memory cache |
| Speed | Slower | Instant |
| Info shown | Full (reason, who added, timestamp) | URL and enabled status only |
| Best for | Auditing | Quick verification |
The cache updates automatically when you add or remove URLs. If the cache and database ever disagree, disable and re-enable URL blocking to force a cache rebuild.