clippy & comments cleanup

This commit is contained in:
ModulatingForce 2024-03-25 21:50:39 -04:00
commit de2ef03661
2 changed files with 13 additions and 587 deletions

View file

@ -37,15 +37,6 @@ pub enum ChangeResult {
pub struct Channel(pub String);
// impl PartialEq for Channel {
// fn eq(&self, other: &Self) -> bool {
// let Channel(name1) = self.clone();
// let Channel(name2) = other.clone();
// name1.to_lowercase() == name2.to_lowercase()
// }
// }
// impl Eq for Channel {}
use super::bot_actions::ExecBodyParams;
use super::botmodules::StatusType;
@ -480,13 +471,6 @@ impl BotInstance {
params.clone(),
).await;
// botlock.botmgrs.chat.say_in_reply_to(
// msg,
// outstr,
// // c.module.clone(),
// params
// ).await;
}
if innerstr
@ -516,13 +500,7 @@ impl BotInstance {
),
params.clone(),
).await;
// botlock.botmgrs.chat.say_in_reply_to(
// msg,
// outstr,
// // c.module.clone(),
// params
// ).await;
}
}