2020-02-24 20:21:56 +00:00

562 B

Generate markov replies to channel messages.

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)