Zirak / SO-ChatBot

Other
124 stars 60 forks source link

Commands #186

Closed Raove closed 10 years ago

Raove commented 10 years ago

Do you think that the commands for this bot work just the same as the commands for the PokemonShowdownBot( https://github.com/Quinella/Pokemon-Showdown-Bot ) commands? So I can use your wiki and your list of commands because the PokemonShowdown Bot's commands is not explained well and I saw yours so I got interested and I understand yours better.

My main question is "will I be able to put the commands you have here on the commands I have for my PokemonShowdown bot?"

Zirak commented 10 years ago

"Will I be able to" has two aspects, legal (do you have permission) and technological (will they work). The answer to both is "yes".

As far as permission goes, the bot is under the WTFPL, which means you can do whatever the fuck you want with the code and the bot.

As far as making the commands work, it all depends on the other bot. The commands make extensive use of the bot's internal API, so you'll have to do some porting, but most are just calls to web services or a few snibblets of logic. Some plugins are not likely to be ported easily, like roomPermissions and undo since they rely heavily on SO chat's environments.

tl;dr Yes, but not verbatim, most will need rewriting.

Raove commented 10 years ago

ok, alright thanks

Zirak commented 10 years ago

Good luck!

Raove commented 10 years ago

ty