Skip to content

Instantly share code, notes, and snippets.

@gi-yt
Created October 7, 2021 08:40
Show Gist options
  • Save gi-yt/44206fa7b5259568589d45992da97ac5 to your computer and use it in GitHub Desktop.
Save gi-yt/44206fa7b5259568589d45992da97ac5 to your computer and use it in GitHub Desktop.
(use-package znc :straight t)
(custom-set-variables
'(znc-servers
'(("bnc.shelltalk.net" 31337 t
((liberachat "aryakk" "REDACTED"))))))
(use-package erc-image :straight t)
(use-package erc-youtube)
(use-package gist)
(use-package erc
:commands erc
:config
(use-package erc-yank
:init
(bind-key "C-y" 'erc-yank erc-mode-map)))
(add-to-list 'erc-modules 'youtube)
(add-to-list 'erc-modules 'image)
(add-to-list 'erc-modules 'notifications)
(erc-update-modules)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment