Skip to content

Commit

Permalink
use password, autojoin channel example
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Oct 25, 2011
1 parent 44ea45b commit 3f79c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pertbot-load.el
Expand Up @@ -4,6 +4,8 @@
(defvar erc-server "irc.freenode.net")
(add-to-list 'load-path "~/pertbot") ; path to this directory

(setq erc-autojoin-channels-alist '(("freenode.net" "##test")))

;; Leave these:
(require 'pertbot)
(erc-select)
(erc-select :password erc-password)

0 comments on commit 3f79c45

Please sign in to comment.