Skip to content

Tags: venkytv/botmand

Tags

v0.14

Verified

This commit was signed with the committer’s verified signature.
venkytv Venky
Example to demonstrate bot which analyses log files

v0.13

Verified

This commit was signed with the committer’s verified signature.
venkytv Venky
Rename

v0.12.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix type in debug log call (#5)

v0.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle potential race during conversation close (#4)

* Avoid race while closing conversation

* Document bot env variables

v0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename bot (#3)

v0.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename bot (#3)

v0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readme (#1)

* Add quickstart instructions

v0.9

Verified

This commit was signed with the committer’s verified signature.
venkytv Venky
Lint clean

v0.8

Verified

This commit was signed with the committer’s verified signature.
venkytv Venky
Support for switching between channel and thread modes

v0.7

Verified

This commit was signed with the committer’s verified signature.
venkytv Venky
Support for traditional bots

Teabot bots are designed to receive all messages in a conversation by
default. But a traditional bot only receives messages which directly
mention them. Added support for that mode.