From: Steve Youngs Date: Sun, 17 Jun 2012 23:50:16 +0000 (+1000) Subject: Riece settings update X-Git-Url: http://cgit.sxemacs.org/?p=syinit;a=commitdiff_plain;h=847d6c88f35ec03047ef13054e8407a43ee3bc43;hp=d5d7ee417b155ae84a3ba86e537e7fdff8c3765e Riece settings update * riece-tweak: Tweak my Riece settings a little. --- 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"))