Mercurial > hg > config
changeset 7:c38d875a3b78
updates to config
author | k0s <k0scist@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 10:12:06 -0500 |
parents | 524f9e7fa224 |
children | 03ee50b8992d |
files | .irssi/config python/install_config.py |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"; },
--- 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'