Metadata-Version: 2.1
Name: limnoria-cobe
Version: 2020.2.24+git
Home-page: https://github.com/oddluck/limnoria-plugins/
Author: waratte
Maintainer: oddluck
Maintainer-email: oddluck@riseup.net
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Description-Content-Type: text/markdown

Generate markov responses using the Cobe library.

Forked from https://github.com/waratte/supybot/tree/master/Cobe

Cobe
===============

This is a plugin for Limnoria that allows your bot to use [Cobe](https://github.com/oddluck/cobe)

A description of cobe: http://teichman.org/blog/2011/02/cobe.html

Description

    "What bot is complete without some type of plugin to make it talk?"

Instructions

    You need to install cobe first for this plugin to work. After doing that, just place the Cobe folder into your plugin
    folder and "load Cobe". 
    
    The default options in the config file are set to ensure that the bot does not talk on its own without 
    someone mentioning it. Take care, because the bot could easily go crazy if you set the wrong options. ;)

    I have not wrote a commanded to lobotomize a brain on command yet, so you'll have to do it remove the brain manually 
    in the console. 
    
    Each channel at the moment has a separate brain, I am looking into having an option that allows one
    to only have one brain. 
    
    These are the current commands:
    
     * brainsize: Gives the size of the brain for a given channel on the disk.
     * teach: Teaches the bot a phrase.
     * respond: Tells the bot to respond to a command without teaching it anything.


Inspiration: https://github.com/reticulatingspline/Supybot-MegaHAL


