From 9f0559ffe5ebe7a495c5b0f81b6b1133e7313830 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 26 Jul 2012 23:42:33 +0200 Subject: [PATCH] Update notes about config changes --- faq.html | 13 +++++++++---- 1 file 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:

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.