parent
b2220dc224
commit
e86b051ff3
6 changed files with 124 additions and 1298 deletions
src/core
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue