This is Ripple's in-game chat bot for delta (our new bancho server), completely standalone. With pep.py (our previous bancho server), FokaBot was literally baked into the server itself. That solution was kinda handy, but not very flexible (a simple change to the bot required a restart of the whole bancho server). With delta, we decided to make FokaBot a completely standalone bot, communicating with delta through IRC and its API. FokaBot is written in Python with asyncio.
- Bot boilerplate (logging in, commands framework)
- !roll and other general commands
- !faq commands
- !alert/!alertuser
- Moderation commands (!moderated, !kick, !ban, !restrict, !unban, !silence, !removesilence)
- !system
- /np support
- !last
- !bloodcat
- !mp
- !switchserver (?)
© 2019, the Ripple team