Merge branch 'master' of aewens/tilde.chat into master

This commit is contained in:
Ben Harris 2018-12-07 17:37:30 -05:00 committed by Gitea
commit 70abb35187
1 changed files with 10 additions and 0 deletions

View File

@ -42,3 +42,13 @@ follow the example of sedbot when you add your bot in a PR to the wiki
+ most regex character classes match here
+ flags include `g` and `i`
- [source](https://tildegit.org/ben/sedbot)
* BabiliBot
- 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)
- 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)