diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 00:54:49 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 00:54:49 +0200 |
commit | 9690fa532d1661d61737c7d69f6e624bacaeecca (patch) | |
tree | 8e39f199b3d5078e9efa18efde8a4631a9ce7892 | |
parent | 9eb32dd16cc0bc3982b5b8820ace5b4e01580804 (diff) |
Update migration instructions
-rw-r--r-- | faq.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/faq.html b/faq.html index 7298bd3f..75b6b1be 100644 --- a/faq.html +++ b/faq.html @@ -521,12 +521,14 @@ the global real name, just issue the following command: <p> <u>UNIX:</u><br /> Copy <i>~/.xchat2</i> to <i>~/.config/hexchat</i><br /> + Rename <i>~/.config/hexchat/xchat.conf</i> to <i>~/.config/hexchat/hexchat.conf</i><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\xchat.conf</i> to <i>%APPDATA%\HexChat\hexchat.conf</i><br /> 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 /> |