Fryyyyy / Fryatog

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

Allow for long random search terms. #221

Closed lunakv closed 2 weeks ago

lunakv commented 2 months ago

Noticed by users on IRC. Random card requests such as !random o:"deals 5 damage to target creature" were failing to process, because the message exceeded 41 characters and was getting cut off. Just like !search, !random should get an exception from this rule, so now it does.