Add kiedtl's k bot to the list of bots #35

Merged
ben merged 3 commits from kiedtl/tilde.chat:master into master 2020-06-23 00:34:25 +00:00
1 changed files with 11 additions and 0 deletions

View File

@ -114,3 +114,14 @@ 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:
+ `:dc`: `/bin/dc` expression evaluator.
kiedtl marked this conversation as resolved
Review

We prefer not to publish logs publicly. You're free to keep your own of course.

We prefer not to publish logs publicly. You're free to keep your own of course.
Review

Hmmm. Are you comfortable with public logs with some kind of access control in place?

I'm just curious, I'm not entirely sure how I could possibly implement it securely.

Hmmm. Are you comfortable with public logs with some kind of access control in place? I'm just curious, I'm not entirely sure how I could possibly implement it securely.
Review

If you're going to publish them, I'd appreciate if you got permission from everyone in the channel and notify in the topic that it's logged publicly. Otherwise just don't.

If you're going to publish them, I'd appreciate if you got permission from everyone in the channel and notify in the topic that it's logged publicly. Otherwise just don't.
+ `: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)