Sha256: 64f104e608462341bbfeef38e01db8356d850c0420947332a099317488a458ad
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
# lita-web-title A simple plugin to parse URIs in chat and return the title. Also follows 30x redirects if they are found ## Installation Add lita-web-title to your Lita instance's Gemfile: ``` ruby gem "lita-web-title" ``` ## Configuration ### Required attributes None ### Optional attributes * ```ignore_patterns``` (String or Array) - A pattern or list of patterns. When a URL matches any of these patterns, Lita will silently ignore it. Default: ```nil```. Example: ```config.handlers.web_title.ignore_patterns = ["rpm.newrelic.com","example.com","my(dev|stg|prd).com"]``` ## Usage ``` no-hilight dosman-bot > http://bit.ly/1RmnUT Google ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lita-web-title-1.0.7 | README.md |
lita-web-title-1.0.6 | README.md |