Is there a way\will there be a way to make aliases inside strings replace the alias tag with the alias content? If you don't understand, look at this alias I have in my config:
alias c_smile "“"
This is an alias that will make it so I can use "c_smile" to print out a funname smiley. However, if I go to console and type "c_smile", this will work, but if I attempt something such as "say c_smile HELLO WORLD c_smile" it will print out the string literally. What I would like to happen is to have the alias tag (c_smile) inside the string be replaced with the alias content (“) and be able to use aliases inside strings and binds.
Any help would be appreciated.
-ROCK