Skip to content

Instantly share code, notes, and snippets.

@PuercoPop
Created July 12, 2014 03:05
Show Gist options
  • Save PuercoPop/1b30e8f86e83b46ff5e9 to your computer and use it in GitHub Desktop.
Save PuercoPop/1b30e8f86e83b46ff5e9 to your computer and use it in GitHub Desktop.
(setq shoes-off-config
`((:username ,(getenv "rcirc_bouncer_username")
:password ,(getenv "rcirc_bouncer_password")
:server-alist (("irc.freenode.net"
:nick "PuercoPop"
:port 6667
:user-name "PuercoPop"
:password "NinjaKittens"
:full-name "Full Name"
:channels ("#emacs" "#lisp" "#limajs" "#python.pe"))))))
(shoes-off-start-session (getenv "rcirc_bouncer_username"))
(shoes-off-start "1099")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment