From b31b40fd425f599acf48bb5d16ce26fa9f61fb46 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 9 Mar 2017 11:27:17 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c66870e..6e8b568 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,20 @@ -Welcome to the perlbuut wiki! \ No newline at end of file +# Factoids + +Factoids are the primary purpose of the bot. Some short facts about factoids +* They're just strings that the bot knows how to respond to. +* They're stored in a database ```var/factoids.db```. +* There are three types of factoids: + 1. simple + 2. macros + 3. functions + +## learning + +Perlbot learns factoids by being told ```a is b``` + +## history +### revisions +### reverting +## protecting +## namespaces +## macros \ No newline at end of file