summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 4661c33..a785b21 100644
--- a/HACKING
+++ b/HACKING
@@ -1,13 +1,13 @@
-Hi, this file was made by xyon.
+Hi, this file was made by Xylon.
Basically I made this bot by getting envbot and hacking it. When I first ran
envbot it didn't do anything and I couldn't be bothered to read the
documentation of how to use/add modules so i just opened up the main file and
started hacking it up.
-I modified lib/main.sh to source `hack_of_all_hacks' file once per minute and
-I put all the code in `l33t_codes' function in that file. So you can modify/add
-more code without having to restart the bot.
+I modified lib/main.sh to source `process_event' file once per minute
+and I put all the code in a function in that file. So you can
+modify/add more code without having to restart the bot.
Originally the bot was kind of; event driven, it could only respond to stuff
that happens in the channel but couldn't say stuff `out of the blue', so in