diff --git a/wiki/pages/bots.md b/wiki/pages/bots.md index 7fcbe35..cecad25 100644 --- a/wiki/pages/bots.md +++ b/wiki/pages/bots.md @@ -114,3 +114,15 @@ follow the example of sedbot when you add your bot in a PR to the wiki - short description: idle hack'n slash game on the `#legend` channel - list of functions: see the rules at [Legend of the Pink Dragon](https://pink-dragon.surge.sh) - [source](https://gitlab.com/baruchel/pink-dragon) +* k + - botmaster: [~kiedtl](https://kiedtl.tilde.team) + - short description: a small bot with a bunch of miscellaneous functions + - list of functions: + + logging, with logs publicly available [here](https://tilde.team/~kiedtl/dyn/logs.php) + + `:dc`: `/bin/dc` expression evaluator. + + `:fortune`: print a random fortune. + + `:usrstats`: print statistics about users. + + `:chanstats`: print statistics about channels. + + `:owo`, `:pig`, `:rot13`, `:rev13`: random text manipulation functions. + + and many more in the making! + - [source](https://github.com/kiedtl/ircbot)