From bb5098f472a2104f2849b8abd3976aed4e1898d9 Mon Sep 17 00:00:00 2001 From: tyler Date: Wed, 29 May 2024 10:38:59 -0400 Subject: [PATCH] Added note --- NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES.md b/NOTES.md index 4098e7a..812f956 100644 --- a/NOTES.md +++ b/NOTES.md @@ -18,6 +18,8 @@ Rum Goggles Service: # Bugs +Chat bot rule menu back button does not work in macOS + If connection to chat stream breaks, gracefully handle error - try to reconnect - let the chat rules know, etc. @@ -25,6 +27,9 @@ If connection to chat stream breaks, gracefully handle error # Doing +Add bypass to commands for: +- Host, admin, mod, etc. + Monitor how many handlers are listening to a producer. - If producer.Stop is called, subtract from count. - If count == 0, stop producer