CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Aliases don't support optional hyphens in command names #166

Open 2Cubed opened 7 years ago

2Cubed commented 7 years ago

The following should work.

!command add a-b Response.

!alias add myalias a b

However, this does not currently work. The following is required.

!alias add myalias a-b

This should change.

2Cubed commented 7 years ago

Not very important. We can do this at a later date.