a new type of alias that you can have abbreviate commands
/abbrevalias {xxtownlog %0} {xxtownl %0} {alias stuff over here} {Group Name}
that way we can abbreviate aliases for easier use without having to write a new alias for each possibility. This could drastically reduce a file's size ^_^
Anonymous
Logged In: YES
user_id=1186286
Originator: NO
/alias {longaliasname %0}{fo something $0}{mygroup}
/alias {longaliasnam %0}{longaliasname %0}{mygroup}
/alias {longaliasna %0}{longaliasname %0}{mygroup}
/alias {longaliasn %0}{longaliasname %0}{mygroup}
Does the same thing, is the same amount of scripting and doesn't require inventing a whole new script entity.
Logged In: NO
Yea you can do the asme thing with a ton of alaises, but if you need a lot of them the files size can start to get VERY big. Was hoping an abbreviated alias command would allow the same thing and decrease the files size in the process, hopefully by a lot