(cont) cleanup

(cont)

(cont)

(cont)
This commit is contained in:
ModulatingForce 2024-03-02 12:21:18 -05:00
commit e86b051ff3
6 changed files with 124 additions and 1298 deletions

View file

@ -16,7 +16,7 @@ use casual_logger::Log;
use crate::core::ratelimiter::RateLimiter;
use crate::core::botmodules::bot_actions::actions_util::BotAR;
use crate::core::bot_actions::actions_util::BotAR;
use crate::core::botmodules::ModulesManager;
use crate::core::identity::{ChangeResult, IdentityManager, Permissible};
@ -142,7 +142,7 @@ impl BotInstance {
ServerMessage::Privmsg(msg) => {
botlog::debug(
format!(
"[Twitch Chat] > {} @ #{}: {}",
"[Twitch Chat > {}] > {}: {}",
msg.channel_login, msg.sender.name, msg.message_text
)
.as_str(),