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:
parent
50f99976e0
commit
f182410fd2
2 changed files with 113 additions and 17 deletions
|
|
@ -23,6 +23,7 @@
|
|||
(require 'dotfiles)
|
||||
(require 'bookmark)
|
||||
(require 'keyboard)
|
||||
(require 'irc)
|
||||
(require 'email)
|
||||
|
||||
(require 'wpc-keybindings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue