diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-26 23:42:33 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-26 23:42:33 +0200 |
commit | 9f0559ffe5ebe7a495c5b0f81b6b1133e7313830 (patch) | |
tree | d812bbdcb7e062a3404ba33e71e194188aeafe1d /faq.html | |
parent | 94c66e935d89c5dfbb6c1b8e877527f8d3175f04 (diff) |
Update notes about config changes
Diffstat (limited to 'faq.html')
-rw-r--r-- | faq.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/faq.html b/faq.html index 0050fce2..a1799165 100644 --- a/faq.html +++ b/faq.html @@ -526,12 +526,17 @@ the global real name, just issue the following command: <br><h3><a name="q226">26. How do I migrate my settings from XChat?</a></h3> <p> -<u>UNIX:</u><br> +<u>UNIX:</u><br /> Copy <i>~/.xchat2</i> to <i>~/.config/hexchat</i><br /> - Rename <i>~/.config/hexchat/xchatlogs</i> to <i>~/.config/hexchat/logs</i> -<br><br><u>WINDOWS:</u><br> + Rename <i>~/.config/hexchat/xchatlogs</i> to <i>~/.config/hexchat/logs</i><br /> + Move all your 3rd party scripts/plugins to <i>~/.config/hexchat/addons</i><br /> + Rename <i>~/.config/hexchat/plugin_*.conf</i> to <i>~/.config/hexchat/addon_*.conf</i><br /> +<br/> +<u>WINDOWS:</u><br> Copy <i>%APPDATA%\X-Chat 2</i> to <i>%APPDATA%\HexChat</i><br /> - Rename <i>%APPDATA%\HexChat\xchatlogs</i> to <i>%APPDATA%\HexChat\logs</i> + Rename <i>%APPDATA%\HexChat\xchatlogs</i> to <i>%APPDATA%\HexChat\logs</i><br /> + Move all your 3rd party scripts/plugins to <i>%APPDATA%\HexChat\addons</i><br /> + Rename <i>%APPDATA%\HexChat\plugin_*.conf</i> to <i>%APPDATA%\HexChat\addon_*.conf</i><br /> </p> <br><h2>3. Section Three: Contributions, Development and Bugs.</h2> |