Support Freenode IRC

Previously my ERC setup just supported Google's internal IRC. Now I have
Freenode for things like #nixos, #emacs.

This complicated my KBDs for cycling through IRC channels since certain channels
only exist on certain servers. To remedy this, I introduced a temporary solution
that looks up the server given a particular channel. This isn't ideal, but it
works for now.
This commit is contained in:
William Carroll 2019-12-24 13:38:06 +00:00
parent 50f99976e0
commit f182410fd2
2 changed files with 113 additions and 17 deletions

View file

@ -23,6 +23,7 @@
(require 'dotfiles)
(require 'bookmark)
(require 'keyboard)
(require 'irc)
(require 'email)
(require 'wpc-keybindings)