comments cleanup
This commit is contained in:
parent
22b2ec746a
commit
30a3e2af00
1 changed files with 0 additions and 43 deletions
|
@ -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 ,
|
1. If a Reply ,
|
||||||
[ ] Get Parent Content message - reply_parent
|
[ ] Get Parent Content message - reply_parent
|
||||||
|
@ -166,7 +159,6 @@ async fn sayout(bot: BotAR, msg: PrivmsgMessage) {
|
||||||
msg.sender.name,msg.channel_login, outmsg)
|
msg.sender.name,msg.channel_login, outmsg)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// uses chat.say_in_reply_to() for the bot controls for messages
|
// uses chat.say_in_reply_to() for the bot controls for messages
|
||||||
botlock
|
botlock
|
||||||
.botmgrs
|
.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 => {
|
None => {
|
||||||
botlog::debug(
|
botlog::debug(
|
||||||
|
|
Loading…
Reference in a new issue