https://github.com/roxasshadow/botemon
IRC bot for Pokéfags with (Poké|Ability|Item|Move|Moveset)dex and a trivia game.
https://github.com/roxasshadow/botemon
Last synced: over 1 year ago
JSON representation
IRC bot for Pokéfags with (Poké|Ability|Item|Move|Moveset)dex and a trivia game.
- Host: GitHub
- URL: https://github.com/roxasshadow/botemon
- Owner: RoxasShadow
- Created: 2013-07-09T14:50:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T20:52:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T19:12:11.753Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Botémon - IRC bot for Pokéfags
Data are fetched from [Smogon](https://github.com/RoxasShadow/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 `
- 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](https://github.com/RoxasShadow/Smogon).