diff options
author | mathieui <mathieui@mathieui.net> | 2013-05-06 20:20:47 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-05-06 20:23:33 +0200 |
commit | 48614d6cf04518a95bad4d9893a63a5c4f99b653 (patch) | |
tree | 90bb646e00189b417fe572943d895c9c4ffc3531 /data | |
parent | ea5bfbfca4adcc0e5923e3c0b37f50e7e75b5440 (diff) | |
download | poezio-48614d6cf04518a95bad4d9893a63a5c4f99b653.tar.gz poezio-48614d6cf04518a95bad4d9893a63a5c4f99b653.tar.bz2 poezio-48614d6cf04518a95bad4d9893a63a5c4f99b653.tar.xz poezio-48614d6cf04518a95bad4d9893a63a5c4f99b653.zip |
Fix #2286
Also fix the copy of the default config if -f is used
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 6e2f02ec..13b9f8bc 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -85,7 +85,7 @@ custom_port = # 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@muc.poezio.eu +rooms = # the method that poezio will use to store your bookmarks online # possible values are: privatexml, pep |