diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:51:04 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:51:04 +0200 |
commit | 3ce307994d49c65f5ce8f85b9f1bbb93618b2c85 (patch) | |
tree | d37d0001c93fd875d4221710a2b35b3620a29c2b | |
parent | e0c9af93a631f30c9fa36d233ef9879855b9aa14 (diff) |
Add FAQ entry for migrating from XChat
-rw-r--r-- | faq.html | 12 |
1 files changed, 12 insertions, 0 deletions
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% } <br><br> <a href="#q225">25. Where did the Real Name field go?</a> <br><br> +<a href="#q226">26. How do I migrate my settings from XChat?</a> +<br><br> </p> <h2>3. Section Three: Contributions, Development and Bugs.</h2> @@ -522,6 +524,16 @@ the global real name, just issue the following command: /set irc_real_name Stewie Griffin </pre></blockquote> +<br><h3><a name="q226">26. How do I migrate my settings from XChat?</a></h3> +<p> +<u>UNIX:</u><br> + Copy <i>~/.xchat2</i> to <i>~/.config/hexchat</i><br /> + Rename <i>~/.config/hexchat/xchatlogs</i> to <i>~/.config/hexchat/logs</i> +<br><br><u>WINDOWS:</u><br> + Copy <i>%APPDATA%\X-Chat 2</i> to <i>%APPDATA%\HexChat</i><br /> + Rename <i>%APPDATA%\HexChat\xchatlogs</i> to <i>%APPDATA%\HexChat\logs</i> +</p> + <br><h2>3. Section Three: Contributions, Development and Bugs.</h2> <br><h3><a name="q31">1. Why does HexChat leak so much memory?</a></h3> |