diff options
| author | jao <jao@gnu.org> | 2025-09-12 20:02:23 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-09-12 20:03:09 +0100 | 
| commit | 89aef17265d251a7e279bb890d903f34b288b792 (patch) | |
| tree | 7e1a334b93115ed9d432d19c69ccd07a3c2edc56 | |
| parent | 73eebb8af4f74261ec587d14828e0ec507ba34b2 (diff) | |
| download | elibs-89aef17265d251a7e279bb890d903f34b288b792.tar.gz elibs-89aef17265d251a7e279bb890d903f34b288b792.tar.bz2 | |
unused irc servers (bye for now, slack)
| -rw-r--r-- | init.el | 13 | 
1 files changed, 4 insertions, 9 deletions
| @@ -2819,12 +2819,9 @@    (when (and (fboundp 'ement-connect) (or p (y-or-n-p "Connect to matrix? ")))      (unless (get-buffer "*Ement Rooms*")        (jao-with-auth "matrix.org" u p (ement-connect :user-id u :password p)))) -  (when (and (fboundp 'mastodon) (or p (y-or-n-p "Connect to mastodon? "))) -    (mastodon)) -  (dolist (c '(("Libera Chat" . "irc.libera.chat:6697") -               ("bigml" . "127.0.0.1:9007") -               ("recoveryou" . "127.0.0.1:9008") -               ("grio" . "127.0.0.1:9009"))) +  ;; (when (and (fboundp 'mastodon) (or p (y-or-n-p "Connect to mastodon? "))) +  ;;   (mastodon)) +  (dolist (c '(("Libera Chat" . "irc.libera.chat:6697")))      (unless (get-buffer (cdr c))        (when (or p (y-or-n-p (format "Connect to %s? " (car c))))          (circe (car c)))))) @@ -3393,10 +3390,8 @@      ("s" "ssh" jao-ssh)      ("b" "bluetooth" bluetooth-list-devices)      ("c" "connect chats" jao-all-chats) -    ("m" "proton bridge" run-proton-bridge) -    ("v" "view video" jao-view-video)] +    ("m" "proton bridge" run-proton-bridge)]     ["Chats" -    ("t" "telegram" jao-chats-telega)      ("i"  "irc" jao-chats-irc)      ("M" "mastodon" jao-mastodon)      ("T" "telegram rooster" jao-telega)] | 
