[init] enhancing module mgr > add_botaction

This commit is contained in:
ModulatingForce 2023-12-21 17:22:40 -05:00
commit 0f805bd1a8
2 changed files with 60 additions and 18 deletions

View file

@ -157,7 +157,7 @@ impl BotInstance {
println!("(#{}) {}: {}", msg.channel_login, msg.sender.name, msg.message_text);
println!("Privmsg section");
// b.listener_main_prvmsg(&msg);
self.listener_main_prvmsg(&msg).await;