kihashi / mtg-irc

A module for the IRC Bot Phenny that allows users to query magic cards.
3 stars 1 forks source link

Inline Card Queries #45

Open kihashi opened 10 years ago

kihashi commented 10 years ago

Similar functionality to the subreddit bot:

<Kihashi>: I would like to use [[hypergenesis]] in my new deck, but it is banned.
<CardBotTest> Kihashi: Hypergenesis | Sorcery | Suspend 3—{1}{G}{G} (Rather than cast this card from your hand, pay {1}{G}{G} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)  Starting with you, each player may put an artifact, creature, enchantment, or land card from his or her hand onto the battlefield. Repeat this process until...
kihashi commented 10 years ago

Would probably need to limit it to the first 2-3 cards that are mentioned to avoid spam issues as well as rate limiting issues.

kihashi commented 9 years ago

We would probably not want the fuzzy matching in here either. Only case and punctuation errors should be fixed.