smol
This commit is contained in:
parent
8160bfe6d3
commit
f6ee3aae25
2 changed files with 4 additions and 42 deletions
src/core
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue