This commit is contained in:
ModulatingForce 2023-12-19 22:21:56 -05:00
commit f6ee3aae25
2 changed files with 4 additions and 42 deletions

View file

@ -22,7 +22,9 @@ use crate::core::ratelimiter;
// use crate::core::ratelimiter;
struct Channel(String);
enum Ch {
channel(String),
}
pub struct BotInstance {
@ -133,7 +135,7 @@ impl BotInstance {
match contextratelimiter.check_limiter() {
ratelimiter::LimiterResp::Allow => {
let maxblanks = rand::thread_rng().gen_range(1..=5);
let maxblanks = rand::thread_rng().gen_range(1..=20);
//let mut outmsg = "GotTrolled ".to_owned();
let mut outmsg = "annytfLurk ".to_owned();