From 3ce307994d49c65f5ce8f85b9f1bbb93618b2c85 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 15:51:04 +0200 Subject: [PATCH] Add FAQ entry for migrating from XChat --- faq.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/faq.html b/faq.html index 65a83d4e..0050fce2 100644 --- a/faq.html +++ b/faq.html @@ -82,6 +82,8 @@ p { margin: 3% }

25. Where did the Real Name field go?

+26. How do I migrate my settings from XChat? +

3. Section Three: Contributions, Development and Bugs.

@@ -522,6 +524,16 @@ the global real name, just issue the following command: /set irc_real_name Stewie Griffin +

26. How do I migrate my settings from XChat?

+

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

WINDOWS:
+ Copy %APPDATA%\X-Chat 2 to %APPDATA%\HexChat
+ Rename %APPDATA%\HexChat\xchatlogs to %APPDATA%\HexChat\logs +

+

3. Section Three: Contributions, Development and Bugs.


1. Why does HexChat leak so much memory?