Closed whiskers75 closed 10 years ago
Hello. I see that you've added two aliases to the script. Though it might be helpful for you, not everyone may want these two aliases in their script. That's why I propose a new feature called: Custom aliases.
This new feature will make sure people will be able to add their own custom aliases and commands like these without editing the source code:
%hello,/me says Hi!
:idiot,ಠ_ಠ
?trout,around a bit with a %C01r%C02a%C03i%C04n%C05b%C06o%C07w %C08t%C09r%C10o%C11u%C12t!%R
pls,please
You can see the syntax is as simple as it is, the text block before the comma is the alias and the text block after the comma is the actual text.
%hello
into chat will produce an ACTION message like this: Doğan says Hi!. :idiot
will be replaced with "ಠ_ಠ".?trout
uses %C and %R codes to color the text.I will probably implement this feature in a week. I'll update and close this issue when I finish implementing it. Feel free to comment. And thanks for your pull request.
@dogancelik Great.
Adds aliases for the look of disapproval and a rainbow trout.