Add FAQ entry for migrating from XChat
This commit is contained in:
parent
e0c9af93a6
commit
3ce307994d
12
faq.html
12
faq.html
|
@ -82,6 +82,8 @@ p { margin: 3% }
|
||||||
<br><br>
|
<br><br>
|
||||||
<a href="#q225">25. Where did the Real Name field go?</a>
|
<a href="#q225">25. Where did the Real Name field go?</a>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
<a href="#q226">26. How do I migrate my settings from XChat?</a>
|
||||||
|
<br><br>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>3. Section Three: Contributions, Development and Bugs.</h2>
|
<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
|
/set irc_real_name Stewie Griffin
|
||||||
</pre></blockquote>
|
</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><h2>3. Section Three: Contributions, Development and Bugs.</h2>
|
||||||
|
|
||||||
<br><h3><a name="q31">1. Why does HexChat leak so much memory?</a></h3>
|
<br><h3><a name="q31">1. Why does HexChat leak so much memory?</a></h3>
|
||||||
|
|
Loading…
Reference in New Issue