;; This buffer is for text that is not saved, and for Lisp evaluation. ;; To create a file, visit it with C-x C-f and enter text in its buffer. (require 'erc) (erc-toggle-debug-irc-protocol) (erc :server "127.0.0.1" :port 6670 :nick "tester" :password "tester@vanilla/foonet:changeme" :full-name "tester") (sleep-for 1) (erc :server "127.0.0.1" :port 6670 :nick "tester" :password "tester@vanilla/barnet:changeme" :full-name "tester")