pjasiun / fuma

Fussball Manager for Slack
MIT License
4 stars 4 forks source link

Introduce aliases #16

Closed pjasiun closed 8 years ago

pjasiun commented 8 years ago

It should be possible to add an alias for a command. All aliases should be upper case.

For example: /fb alias PJ @pjasiun /fb alias SC @szymon /fb alias CWKS @wojtek @krzysiek /fb alias HUMILIATE 10 : 0

Then every command, should find and replace aliases with the full name, for example: /fb PJ SC HUMILIATE CWKS should execute: /fb @pjasiun @szymon 10 : 0 @wojtek @krzysiek

To remove alias: /fb alias remove ALIAS

pjasiun commented 8 years ago

Fixed via https://github.com/pjasiun/fuma/commit/749188c9809f8c1c9ceae9a5f6be9cf7fee409ba.