diff --git a/README.md b/README.md index 2e622e4..957c140 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# G.1.R - GARBAGE INTERNET ROBOT \ No newline at end of file +# G.1.R - GARBAGE INTERNET ROBOT + +AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + +# TODO +- add bots +- proxy support +- ident rand +- user log +- user clone +- console +- scan \ No newline at end of file diff --git a/src/modules/ai.rs b/src/modules/ai.rs index beae3e2..5312410 100644 --- a/src/modules/ai.rs +++ b/src/modules/ai.rs @@ -14,7 +14,7 @@ struct Config { personalities: String, } pub struct Ai; - + // setup a prompt and respnse log for training other bots impl Command for Ai { fn handle(&self, message: &str) -> Vec { let mut responses = Vec::new();