diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-10 17:07:16 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-10 17:07:16 +0100 |
commit | 67d3622e1d0befba1801e77880727a8b670d541b (patch) | |
tree | 7c6996857bb34233380967e3fdb92697e255e089 /data | |
parent | 6cbcd08a0398a8c30ef33f884229ce35d8ff37f1 (diff) | |
download | poezio-67d3622e1d0befba1801e77880727a8b670d541b.tar.gz poezio-67d3622e1d0befba1801e77880727a8b670d541b.tar.bz2 poezio-67d3622e1d0befba1801e77880727a8b670d541b.tar.xz poezio-67d3622e1d0befba1801e77880727a8b670d541b.zip |
Update the default MUC in default config
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 881cc812..ab209a23 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -33,7 +33,7 @@ password = # the rooms you will join automatically on startup, with associated nickname or not # format : room@server.tld/nickname:room2@server.tld/nickname2 # default_nick will be used if "/nickname" is not specified -rooms = poezio@conference.codingteam.net +rooms = poezio@kikoo.louiz.org # the completion type you will use to complete nicknames # if "normal", complete the entire name to the first available completion |