3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
dbot/modules/link
Daniel Dowling 8d3d5d08a5 Update modules/link/link.js
indent fix test
2013-01-30 17:23:53 +00:00
..
config.json Add dependency info [#187] 2013-01-21 20:50:23 +00:00
link.js Update modules/link/link.js 2013-01-30 17:23:53 +00:00
README.md fixed xkcd random and updated readme for link 2013-01-30 16:50:54 +00:00
strings.json implement xkcd functionality 2013-01-30 01:37:28 +00:00

Retrieves page titles.

Description

This module stores the last posted link in each channel, and provides a command for retrieving the title of a given link or the last posted link in the channel.

Configuration

autoTitle: false

If this is set to true, the bot will automatically post the titles of links as they are posted in the channel.

Commands

If called with a link, the bot will attempt to find and return the title of that page. If called without a link, the bot will attempt the same on the last link which was posted in the current channel. #### ~ud [headword] Returns the first Urban Dictionary definition for the headword provided. #### ~xkcd Returns a link to the xkcd comic specified, or the latest one if a comic is not given. Use * to return a link to a random comic.