diff --git a/wiki/pages/bots.md b/wiki/pages/bots.md index ec50dc4..12dcb44 100644 --- a/wiki/pages/bots.md +++ b/wiki/pages/bots.md @@ -26,6 +26,8 @@ if your bot's code is not yet stable, keep it in the #bots channel and do testin don't join #chaos or unless you want your bot to be spammed to hell and back. +all of the bots should also adhere to the following RFC specification: [RFC 2: Standardising IRC Bot Behavior](https://rfc.tildeverse.org/rfcs/2). + ## tilde.team bot starter kit [khuxkm](https://khuxkm.tilde.team) is hard at work developing a starter kit framework in python that you can use to build your own irc bot. find the [source here](https://tildegit.org/team/teambot). it's installed globally on ~team, so get coding! @@ -84,13 +86,9 @@ follow the example of sedbot when you add your bot in a PR to the wiki + radiobot: source - show a link to the sourcecode + radiobot: slogan - grab a random tilderadio slogan - [source](https://tildegit.org/ben/radiobot) -* BabiliBot +* Babili - botmaster: [~aewens](https://aewens.tilde.team) - - short description: the unofficial bot of #meta, also includes integrations such as mirroring tilde.news and `bbj` into #tildeverse and #team (respectively) + - short description: A data aggregating bot for the IRC server, can as an API for other bots for handling historical data from the network - list of functions: - + !summon -- Sends email to user to summon them - + !hmmscore -- How many times user has said "hmm" - + !oofscore -- How many times user has said "oof" - + !hmmscoreboard / !oofscoreboard -- Top three scores - + !whois -- Does a WHOIS search to see if domain is registered or not - - [source](https://tildegit.org/aewens/babili-bot) + + View aggregated data at https://babili.xyz + - [source](https://tildegit.org/babili)