# HG changeset patch # User k0s # Date 1260976326 18000 # Node ID c38d875a3b785831eb3c1a2432fc899d831cfb2a # Parent 524f9e7fa224986d927cdceecd19a8fac171817d updates to config diff -r 524f9e7fa224 -r c38d875a3b78 .irssi/config --- a/.irssi/config Wed Dec 09 13:05:28 2009 -0500 +++ b/.irssi/config Wed Dec 16 10:12:06 2009 -0500 @@ -57,6 +57,7 @@ }; channels = ( + { name = "#topp"; chatnet = "freenode"; autojoin = "Yes"; }, { name = "#topplabs"; chatnet = "freenode"; autojoin = "Yes"; }, { name = "#trac"; chatnet = "freenode"; autojoin = "Yes"; }, { name = "#socialplanning"; chatnet = "freenode"; autojoin = "Yes"; }, diff -r 524f9e7fa224 -r c38d875a3b78 python/install_config.py --- a/python/install_config.py Wed Dec 09 13:05:28 2009 -0500 +++ b/python/install_config.py Wed Dec 16 10:12:06 2009 -0500 @@ -2,7 +2,7 @@ """ installs config to a user's home directory this can be done with -curl http://k0s.org/hg/config/python/install-config.py | python +curl http://k0s.org/hg/config/raw/tip/python/install_config.py | python """ SRC='http://k0s.org/hg/config'