Limnoria/plugins/MessageParser
Valentin Lorentz 0b0da9716d callbacks: honor network-specificity of supybot.reply.whenAddressedBy.
A side-effect is that plugins should now pass 'irc' instead of 'irc.nick'
when they call 'callbacks.addressed()'.
2020-04-11 15:00:46 +02:00
..
local Import MessageParser from gribble repo 2011-02-20 11:14:29 +01:00
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.md MessageParser/README: Fix documentation link 2014-11-17 16:17:24 +01:00
__init__.py Use importlib instead of imp. 2020-01-26 12:00:08 +01:00
config.py Fix neutral pronouns. 2014-04-11 21:56:42 +00:00
messages.pot PluginDownloader: update l10n-fi. 2014-03-22 16:38:16 +02:00
plugin.py callbacks: honor network-specificity of supybot.reply.whenAddressedBy. 2020-04-11 15:00:46 +02:00
test.py plugins: use r'' strings to fix DeprecationWarning in test cases (#1328) 2020-01-26 11:14:25 -08:00

README.md

The MessageParser plugin allows you to set custom regexp triggers, which will trigger the bot to respond if they match anywhere in the message. This is useful for those cases when you want a bot response even when the bot was not explicitly addressed by name or prefix character.

An updated page of this plugins documentation is located here: http://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/