From 30a3e2af008e8cda4a0ab49d457e845fb8ff76eb Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:39:36 -0400 Subject: [PATCH] comments cleanup --- src/custom/experimental/experiment002.rs | 43 ------------------------ 1 file changed, 43 deletions(-) diff --git a/src/custom/experimental/experiment002.rs b/src/custom/experimental/experiment002.rs index 67a9fa8..fde184e 100644 --- a/src/custom/experimental/experiment002.rs +++ b/src/custom/experimental/experiment002.rs @@ -133,13 +133,6 @@ async fn sayout(bot: BotAR, msg: PrivmsgMessage) { } - - - // if let Some((arg1,arg1other)) = msg.message_text.split_once(' ') { - - // } - - /* 1. If a Reply , [ ] Get Parent Content message - reply_parent @@ -166,7 +159,6 @@ async fn sayout(bot: BotAR, msg: PrivmsgMessage) { msg.sender.name,msg.channel_login, outmsg) }; - // uses chat.say_in_reply_to() for the bot controls for messages botlock .botmgrs @@ -176,41 +168,6 @@ async fn sayout(bot: BotAR, msg: PrivmsgMessage) { - // if let Some(srcmsg) = reply_parent { - - // let newoutmsg = format!("{} from #{} Shared >> {} : {}", - // msg.sender.name,msg.channel_login, reply_parent_usr.unwrap(),srcmsg); - - // // uses chat.say_in_reply_to() for the bot controls for messages - // botlock - // .botmgrs - // .chat - // .say(trgchnl.to_string(), newoutmsg.to_string()) - // .await; - // } - - - // let newoutmsg = format!("{} from #{} says : {}", - // msg.sender.name,msg.channel_login, outmsg); - - - - // // uses chat.say_in_reply_to() for the bot controls for messages - // botlock - // .botmgrs - // .chat - // .say(trgchnl.to_string(), newoutmsg.to_string()) - // .await; - - - - // botlog::debug( - // "Sayout had issues trying to parse arguments", - // Some("experiment002 > sayout".to_string()), - // Some(&msg), - // ); - - }, None => { botlog::debug(