From f905300d8c2b9881eb638a42eb5b3eb97b6a6b61 Mon Sep 17 00:00:00 2001 From: Chuck Findlay Date: Thu, 23 May 2024 20:37:18 -0300 Subject: [PATCH] README info on the subscribe privmsg --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f56a1d..6d3bae3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Very simple bot to send IRC messages from webhooks. In the future I plan to: -- Allow for things to "subscribe" to webhooks, so they can recieve a webhook from wmb on something like a message in a channel for example -- Create some more types of events that can be sent to IRC (ie, kick, ban, mode, topic, etc) +- [x] Allow for things to "subscribe" to webhooks, so they can receive a webhook from wmb on something like a message in a channel for example + - [ ] Finish up documentation for this feature (ie, schema etc) +- [ ] Create some more types of events that can be sent to IRC (ie, kick, ban, mode, topic, etc) These things will allow for easy "bolt-on" functionality without making the bot itself overly complicated.