calico-crusade / palringo-api-std

Palringo API re-written for .net standard.
MIT License
5 stars 1 forks source link

Two or more commands being triggered #5

Closed dawalters1 closed 5 years ago

dawalters1 commented 6 years ago

Currently using [LCommand()] so not sure if this affects [Command()]

if you have lets say a command that uses trigger "a", another that uses "auto" and one more that uses "autoplay" and then use "!whatever autoplay"

instead of triggering the command with the longest match which would be autoplay, it will trigger all 3 of the commands

http://prntscr.com/kjlcmf

calico-crusade commented 5 years ago

This is a duplicate of #6, see the resolution there.