The ERC Manual shows code for loading authentication information:
(load "~/.emacs.d/.erc-auth")
but does not show what that auth info would look like. I'd appreciate a sample file.
This might help:
(defun my-erc ()
(interactive)
(setq erc-nick "MyNick")
(setq erc-password "MyPass")
(erc :server "irc.freenode.net" :port 6667 :nick erc-nick :password erc-password))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With