From 98011fe099e8f78549c77dea26837c95a33870d1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 23 Aug 2003 12:40:35 +0000 Subject: [PATCH] Added docstring. --- plugins/Markov.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Markov.py b/plugins/Markov.py index e1d5ee6c5..79aa14e9a 100644 --- a/plugins/Markov.py +++ b/plugins/Markov.py @@ -30,7 +30,10 @@ ### """ -Add the module docstring here. This will be used by the setup.py script. +Silently listens to a channel, building an SQL database of Markov Chains for +later hijinks. To read more about Markov Chains, check out +. When the database is +large enough, you can have it make fun little random messages from it. """ from baseplugin import *