Riece settings update
authorSteve Youngs <steve@sxemacs.org>
Sun, 17 Jun 2012 23:50:16 +0000 (09:50 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 17 Jun 2012 23:50:16 +0000 (09:50 +1000)
* riece-tweak:
  Tweak my Riece settings a little.

.gitignore [new file with mode: 0644]
16-riece-sy.el

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..11c196d
--- /dev/null
@@ -0,0 +1 @@
+++log
index 4ce8736..01e06f0 100644 (file)
@@ -5,7 +5,7 @@
 ;;     Author: Steve Youngs <steve@sxemacs.org>
 ;; Maintainer: Steve Youngs <steve@sxemacs.org>
 ;;    Created: <2007-12-02>
-;; Time-stamp: <Sunday Jun 10, 2012 11:01:15 steve>
+;; Time-stamp: <Monday Jun 18, 2012 09:41:00 steve>
 ;;   Download: <http://bastard.steveyoungs.com/~steve/SXEmacs/inits/>
 ;;   HTMLised: <http://bastard.steveyoungs.com/~steve/SXEmacs/htmlinits/16-riece-sy.html>
 ;;   Git Repo: git clone http://git.sxemacs.org/syinit
 
 ;; 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"))