From 0399793dc49614b5c109c7ea649d27dc7d0dbcb6 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 30 Mar 2016 00:15:06 +0100 Subject: [PATCH] add a README --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a1822ec --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +here are three great things about using these separate scripts for bot commands: + + 1. they can be written in nearly any language + 2. you can change, add and delete commands without restarting the bot + 3. you can test commands by running the script in a terminal + +the bad thing is that the more commands you add the slower the bot is +because it has to run every line through every script +because it's the script that decides what lines of chat are interesting to it