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?