Added link to RFC 2 for bot behavior, fixed info for Babili

This commit is contained in:
aewens 2019-12-01 20:48:47 -05:00
parent cb2e2ca254
commit a1b4ea7d83
1 changed files with 6 additions and 8 deletions

View File

@ -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 <user> <reason> -- Sends email to user to summon them
+ !hmmscore <user:optional> -- How many times user has said "hmm"
+ !oofscore <user:optional> -- How many times user has said "oof"
+ !hmmscoreboard / !oofscoreboard -- Top three scores
+ !whois <domain> -- 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)