summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--2022/organizers-notebook/index.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 25c1ac03..c12947cd 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -330,13 +330,8 @@ How to detect announcements:
If it was the most recently announced talk in the channel, don't re-announce it
-#+begin_src emacs-lisp
-(defun emacsconf-erc-notice-inserted-string (string)
- (message "ERC: %s" string)
- )
+(with-eval-after-load 'erc (add-hook 'erc-insert-pre-hook 'emacsconf-erc-notice-announcements))
-(remove-hook 'erc-insert-pre-hook #'emacsconf-erc-notice-inserted-string)
-#+end_src
** TODO [#C] Make checkin and Q&A process slide :sachac:
:PROPERTIES:
:CREATED: [2022-11-20 Sun 10:04]