Add cheese command
This commit is contained in:
parent
be06387316
commit
0f07c72fd2
@ -116,6 +116,9 @@ impl Bot {
|
||||
self.kick_players(words)
|
||||
}
|
||||
}
|
||||
"cheese" => {
|
||||
self.client.send_chat("/g I love cheese!".to_string());
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user