summaryrefslogtreecommitdiff
path: root/posterbot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'posterbot.lisp')
-rw-r--r--posterbot.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/posterbot.lisp b/posterbot.lisp
index d2d3531..be61382 100644
--- a/posterbot.lisp
+++ b/posterbot.lisp
@@ -33,6 +33,8 @@ the downloaded file."
(t type)))))
(defun handle-link-candiate (word)
+ "Checks if WORD is an HTTP URI pointing to an image resource. If it
+is, downloads the image and posts it to the current room."
(let ((link (ppcre:scan-to-strings +image-link-regex+ word)))
(when link
(let* ((file-path (download-link link))