summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-erc.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lisp/bandali-erc.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/bandali-erc.el b/lisp/bandali-erc.el
index 0166140..754f7ee 100644
--- a/lisp/bandali-erc.el
+++ b/lisp/bandali-erc.el
@@ -25,11 +25,14 @@
;;; Code:
(with-eval-after-load 'erc
+ (make-directory (b/var "erc/dcc/") t)
(csetq
erc-auto-query 'bury
erc-autojoin-domain-only nil
+ erc-dcc-get-default-directory (b/var "erc/dcc/")
erc-format-nick-function 'erc-format-@nick
erc-join-buffer 'bury
+ erc-log-channels-directory (b/var "erc/log-channels/")
erc-lurker-hide-list '("JOIN" "PART" "QUIT")
erc-nick "bandali"
erc-prompt "erc>"