Fryyyyy / Fryatog

GoLang based IRC bot for looking up MTG Rules/Oracle
4 stars 3 forks source link

mtr command should be case insensitive #207

Open Fryyyyy opened 1 year ago

Fryyyyy commented 1 year ago

!MTR x.y should also work

lunakv commented 1 year ago

Huh, didn't even know this is something the bot can do! I will say, I'm really close to adding the parsed MTR to Academy Ruins, so if that's something you're interested ("that" being the ability to return the text of a MTR section like.you would a rule), that might be something to consider.

Also, presumably this issue should also extend to other similar commands like !JAR and !IPG, no?

Fryyyyy commented 1 year ago

Yes, it applies to the other commands

And yes would love parsed text sections

lunakv commented 1 year ago

The MTR parsing is now finished and available through the API (docs) if you want to check that out.