Skip to content

AliasMgr

Damian edited this page Apr 27, 2023 · 2 revisions

What is AliasMgr?

AliasMgr is a tool for creating, enabling, disabling, and deleting temp aliases. Primarily what this means is it tracks the patterns, functions, and IDs of your aliases and handles killing and recreating them when necessary.

Why is AliasMgr?

Much like the IDMgr in Mudlet which powers registerNamedEventHandler and registerNamedTimer this is code I have written any number of times for individual packages and decided it was well past time to make a generic one that I can reuse.

How to AliasMgr?

Check out the API Docs
How about AliasMgr: Examples