From 4e49269a8141ecaac8523fb0e723f98ee0b45424 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Mon, 18 Jun 2012 09:48:01 +1000 Subject: [PATCH] Tweak my Riece settings a little. * 16-riece-sy.el (riece-biff-check-channels): Re-enable a few more chans * 16-riece-sy.el (sy-riece-startup-channel-list): Re-enable and Re-arrange list of chans I join. * 16-riece-sy.el (sy-riece-login): OP me in #emchat too. Signed-off-by: Steve Youngs --- .gitignore | 1 + 16-riece-sy.el | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11c196d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +++log diff --git a/16-riece-sy.el b/16-riece-sy.el index 4ce8736..01e06f0 100644 --- a/16-riece-sy.el +++ b/16-riece-sy.el @@ -5,7 +5,7 @@ ;; Author: Steve Youngs ;; Maintainer: Steve Youngs ;; Created: <2007-12-02> -;; Time-stamp: +;; Time-stamp: ;; Download: ;; HTMLised: ;; Git Repo: git clone http://git.sxemacs.org/syinit @@ -67,14 +67,14 @@ ;; Misc setq's (setq riece-alias-percent-hack-mask "*.net" - riece-biff-check-channels '(;"#sxemacs" + riece-biff-check-channels '("#sxemacs" "#harmattan" "#meego" - "#n9") - ;"#emchat" + "#n9" + "#emchat" ;"#xwem" ;"#fresse" - ;"#xemacs") + "#xemacs") riece-channel-buffer-mode t riece-default-channel-binding nil riece-default-coding-system 'binary @@ -685,25 +685,25 @@ connect to." ;; and getting ops with chanserv. (defvar sy-riece-startup-channel-list '("#sxemacs" - "#harmattan" - "#meego" - "#n9" "#emchat" ;"#xwem" ;"#fresse" "#xemacs" "#emacs" -; "#e" -; "#pulseaudio" + "#harmattan" + "#meego" + "#n9" + "#e" + "#pulseaudio" "#latex" -; "#iptables" -; "#netfilter" + ;"#iptables" + ;"#netfilter" "#postgresql" -; "##c" -; "##kernel" -; "#linux-kernel" -; "#glibc" -; "#gcc" + "##c" + ;"##kernel" + ;"#linux-kernel" + ;"#glibc" + ;"#gcc" "#zsh") "List of channels to join after logging in and identifying to nickserv.") @@ -733,8 +733,8 @@ connect to." riece-server-name) (riece-command-join-channel identity (nth 1 entry))) (setq channel-list (cdr channel-list)))) - (riece-send-string "PRIVMSG ChanServ :op #sxemacs\r\n")) - ;(riece-send-string "PRIVMSG ChanServ :op #emchat\r\n") + (riece-send-string "PRIVMSG ChanServ :op #sxemacs\r\n") + (riece-send-string "PRIVMSG ChanServ :op #emchat\r\n")) ;(riece-send-string "PRIVMSG ChanServ :op #xwem\r\n") ;(riece-send-string "PRIVMSG ChanServ :op #fresse\r\n") ;(riece-send-string "PRIVMSG ChanServ :op #xemacs\r\n")) -- 2.25.1