parent
feff709714
commit
de2ef03661
2 changed files with 13 additions and 587 deletions
src/core
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue