oddluck-limnoria-plugins/Markovgen
Gordon Shumway 46589ad67b
Update README.md
2019-12-01 15:20:59 -05:00
..
local Add files via upload 2019-12-01 06:50:54 -05:00
README.md Update README.md 2019-12-01 15:20:59 -05:00
__init__.py Add files via upload 2019-12-01 06:50:54 -05:00
config.py add stripFormatting and ignoreCommands configs 2019-12-01 15:18:24 -05:00
plugin.py add stripFormatting and ignoreCommands configs 2019-12-01 15:19:36 -05:00
requirements.txt Add files via upload 2019-12-01 06:50:54 -05:00
test.py Add files via upload 2019-12-01 06:50:54 -05:00

README.md

Forked from: https://github.com/ProgVal/Supybot-plugins/tree/master/Markovgen

Additions:

plugins.Markovgen.ignorePattern (set regex patterns for the bot to ignore)

plugins.Markovgen.stripPattern (set regex patterns for the bot to strip)

plugins.Markovgen.stripURL (determine if the bot will strip URLs)

plugins.Markovgen.ignoreNicks (list of nicks to ignore)

plugins.Markovgen.ignoreCommands (ignore commands sent to the bot)

plugins.Markovgen.stripFormatting (strip bold, underline, and color from messages)