Whisper is not detected in twitch-irc #42

Open
opened 2024-03-23 19:53:54 -04:00 by modulatingforce · 0 comments

Just out of curiosity in an unrelated branch, I started trying to test to detect whispers, but it doesn't appear to be detecting these in my logs ?

Lines 186 to 192 in e104268
ServerMessage::Whisper(msg) => {
botlog::debug(
format!("[Whisper] {}: {}", msg.sender.name, msg.message_text).as_str(),
Some("BotInstance > runner()".to_string()),
None,
);
}

https://docs.rs/twitch-irc/latest/twitch_irc/message/struct.WhisperMessage.html

Not a priority, but I would like to have the bot detect and process whispers

Just out of curiosity in an unrelated branch, I started trying to test to detect whispers, but it doesn't appear to be detecting these in my logs ? https://git.flake.sh/modulatingforce/forcebot_rs/src/commit/e104268f8e1252b89a1103047d09c9eebda81439/src/core/botinstance.rs#L186-L192 https://docs.rs/twitch-irc/latest/twitch_irc/message/struct.WhisperMessage.html Not a priority, but I would like to have the bot detect and process whispers
modulatingforce added the
Kind/Bug
Priority
Low
labels 2024-03-23 19:53:54 -04:00
modulatingforce self-assigned this 2024-04-03 09:40:46 -04:00
modulatingforce added the
Bot_Code
Core
label 2024-04-04 10:13:48 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: modulatingforce/forcebot_rs#42
No description provided.