Project

botemon

0.0
No commit activity in last 3 years
No release in over 3 years
IRC bot for Pokéfags with (Poké|Ability|Item|Move|Moveset)dex and a trivia game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.3
~> 0.7
 Project Readme

Botémon - IRC bot for Pokéfags

Data are fetched from Smogon and then cached. id -> name conversion is performed by Marriland.

You can try Botémon in #owarisubs, #task-force and #omnivium at irc.rizon.net.

Installation: gem install botemon

Usage: botemon <bot_name> <bot_password> <server> <channels>

  • pkmn Bulbasaur

    • Request Pokédex data by name.
  • pkmn 1

    • Request Pokédex data by id.
  • ability Synchronize

    • Request the description of the given ability.
  • item Leftovers

    • Request the description of the given item.
  • move Reflect

    • Request the description of the given move.
  • moveset Bulbasaur LC BW

    • Request Smogon movesets by name, tier and metagame (only the first one is required).
  • pstats Scizor 70 Adamant 0/252/0/0/6/252 15/31/30/2/31/31

    • Calculate the final stats of a level 70 Scizor with the given EVs and IVs.
  • pstats Scizor 70 Adamant 0/252/0/0/6/252

    • Calculate the final stats of a level 70 Scizor with the given EVs and all the IVs set to 31.
  • pkrandom

    • Get infos about a random Pokémon.
  • pktrivia

    • Start the trivia game.
  • pktrivia Bulbasaur

    • Try to foresee the mysterious Pokémon.
  • pkdebug

    • Reveal who is the mysterious Pokémon. Only for selected users.
  • pkstop

    • Abort the game. Only for channel operators and the user who started the game.
  • pkcache

    • Create a new cache. Only for channel operators.
  • pkhelp

    • Print all available commands.
  • pkversion

    • Print the version of both Botémon and Smogon.