diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-13 09:35:37 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-13 09:35:37 +0100 |
commit | 3b43980a5835b276ddd146607bbe0cdaf7949ae5 (patch) | |
tree | f30131f31fbef6cfff26b0667a18d98ac7516089 /data | |
parent | 659f83ec3d424beb6fb7197fcb473a435863b697 (diff) |
markov plugin: insert standard plugin header
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/markov.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/rbot/plugins/markov.rb b/data/rbot/plugins/markov.rb index c297bd1e..775d5431 100644 --- a/data/rbot/plugins/markov.rb +++ b/data/rbot/plugins/markov.rb @@ -1,3 +1,14 @@ +#-- vim:sw=2:et +#++ +# +# :title: Markov plugin +# +# Author:: Tom Gilbert <tom@linuxbrit.co.uk> +# Copyright:: (C) 2005 Tom Gilbert +# +# Contribute to chat with random phrases built from word sequences learned +# by listening to chat + class MarkovPlugin < Plugin def initialize super |