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 *