From b24d2a98d49e83c105ba7b0fa586942d9d7e0154 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 6 Nov 2022 08:38:52 -0500 Subject: Fill in the nick --- emacsconf-erc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacsconf-erc.el') diff --git a/emacsconf-erc.el b/emacsconf-erc.el index c49562c..60292f3 100644 --- a/emacsconf-erc.el +++ b/emacsconf-erc.el @@ -165,7 +165,8 @@ If MESSAGE is not specified, reset the topic to the template." ((string-match "live" (or (plist-get talk :q-and-a) "")) (erc-send-message (concat "Live Q&A: " (plist-get talk :bbb-redirect)))) ((plist-get talk :irc) - (erc-send-message "or discuss the talk on IRC (nick: %s)"))))) + (erc-send-message (format "or discuss the talk on IRC (nick: %s)" + (plist-get talk :irc))))))) ;; Short announcement in #emacsconf (emacsconf-erc-with-channels (list emacsconf-erc-hallway emacsconf-erc-org) (erc-send-message (format "-- %s track: %s: %s (watch: %s, pad: %s, channel: #%s)" -- cgit v1.2.3