diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-14 15:43:36 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-14 15:43:36 -0500 |
| commit | 92c062b8b4cc70b09d5487d1cc29287ad52babdf (patch) | |
| tree | 418d0b261f85c7183ae925cc171ae13ba1322282 /scripts | |
| parent | 808607872702075e638e5813f3c2958c100cdb6c (diff) | |
| download | dotemacs-92c062b8b4cc70b09d5487d1cc29287ad52babdf.tar.gz dotemacs-92c062b8b4cc70b09d5487d1cc29287ad52babdf.zip | |
fix(erc): one mention notification, real server list, runtime require
Three audit defects. erc-modules carried the built-in notifications module while :config also added cj/erc-notify-on-mention to the same erc-text-matched-hook, so every mention popped two desktop notifications. Dropped notifications from erc-modules and kept the custom one. cj/erc-connected-servers compared a buffer's erc-server-process to itself inside with-current-buffer (always true), so it returned every ERC buffer; it now filters on erc-server-buffer-p and erc-server-process-alive. And user-constants moved from an eval-when-compile-only require to a runtime require, since user-whole-name is read at load time for erc-user-full-name.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
