diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-06 08:38:52 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-06 08:38:52 -0500 |
commit | b24d2a98d49e83c105ba7b0fa586942d9d7e0154 (patch) | |
tree | 60d64ec83e5a6721d35ff071a72877feacff5e55 | |
parent | 62f6c67e65dc499b3fa26ce6fe01cde42d6e3670 (diff) | |
download | emacsconf-el-b24d2a98d49e83c105ba7b0fa586942d9d7e0154.tar.xz emacsconf-el-b24d2a98d49e83c105ba7b0fa586942d9d7e0154.zip |
Fill in the nick
Diffstat (limited to '')
-rw-r--r-- | emacsconf-erc.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)" |