Skip to content

Custom command aliasing

Choose a tag to compare

@za419 za419 released this 19 Jan 07:16
· 83 commits to master since this release
v1.5.5
188bd05

This patch release adds the appropriate mechanisms to alias custom
commands for ease-of-development. This allows one custom command to
simply be defined as a second name for another custom command within
it's own class (equalTo, startsWith, targeted, multitargeted).

Note that at this time an alias target cannot itself be an alias. If
this deficiency ever presents actual damage in real configurations
(perhaps this is likely when live reconfiguration comes into play), I
will add in alias-dereference loops to handle this situation.