elanthia-online / urnon

What is a group of liches?
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

back compat: inconsistent CAP usage in Script queue #5

Open OSXLich-Doug opened 4 years ago

OSXLich-Doug commented 4 years ago

if you have a scriptname with caps in it (like, say -- GTK3-sbounty.lic) and in cabal you ;gtk3-sbounty all good. Script runs as expected

Go to kill it with ;k gtk3-sbounty and it fails. It queues as GTK3-sbounty.

I'd recommend going hard one way or the other. Caps matter, always, or caps don't ever -- at least for that function.

ondreian commented 3 years ago

Good suggestion