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:

26. How do I migrate my settings from XChat?

-UNIX:
+UNIX:
Copy ~/.xchat2 to ~/.config/hexchat
- Rename ~/.config/hexchat/xchatlogs to ~/.config/hexchat/logs -

WINDOWS:
+ Rename ~/.config/hexchat/xchatlogs to ~/.config/hexchat/logs
+ Move all your 3rd party scripts/plugins to ~/.config/hexchat/addons
+ Rename ~/.config/hexchat/plugin_*.conf to ~/.config/hexchat/addon_*.conf
+
+WINDOWS:
Copy %APPDATA%\X-Chat 2 to %APPDATA%\HexChat
- Rename %APPDATA%\HexChat\xchatlogs to %APPDATA%\HexChat\logs + Rename %APPDATA%\HexChat\xchatlogs to %APPDATA%\HexChat\logs
+ Move all your 3rd party scripts/plugins to %APPDATA%\HexChat\addons
+ Rename %APPDATA%\HexChat\plugin_*.conf to %APPDATA%\HexChat\addon_*.conf


3. Section Three: Contributions, Development and Bugs.