summaryrefslogtreecommitdiffstats
path: root/emacsconf-erc.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf-erc.el')
-rw-r--r--emacsconf-erc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacsconf-erc.el b/emacsconf-erc.el
index 6139645..bde801b 100644
--- a/emacsconf-erc.el
+++ b/emacsconf-erc.el
@@ -229,6 +229,9 @@ If MESSAGE is not specified, reset the topic to the template."
(plist-get talk :title)
(emacsconf-surround " - " (plist-get talk :speakers-with-pronouns) "" "")))
(erc-send-message
+ (concat "Talk page: "
+ (plist-get talk :absolute-url)))
+ (erc-send-message
(concat "Add your notes/questions to the pad: " (plist-get talk :pad-url)))
(cond
((string-match "live" (or (plist-get talk :q-and-a) ""))