diff --git a/plugins/URL.py b/plugins/URL.py index fa4f6d460..320e63dc8 100644 --- a/plugins/URL.py +++ b/plugins/URL.py @@ -100,7 +100,14 @@ class URL(callbacks.PrivmsgCommandAndRegexp, snarf it and offer a tinyurl replacement."""), ('title-snarfer', configurable.BoolType, False, """Determines whether the bot will output the HTML title of URLs it - sees in the channel."""),] + sees in the channel."""), + ('title-snarfer-includes-url', configurable.BoolType, True, + """Determines whether the bot will include the snarfed URL in its + title-snarfer response. This is particularly useful when people + have a habit of putting multiple URLs in a message."""), + ('non-snarfing-regexp', configurable.RegexpStrType, None, + """A regular expression that should match URLs that should not be + snarfed. Give an empty string to have no regular expression."""),] ) _titleRe = re.compile('