mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
Update notes about config changes
This commit is contained in:
parent
94c66e935d
commit
9f0559ffe5
13
faq.html
13
faq.html
@ -526,12 +526,17 @@ the global real name, just issue the following command:
|
|||||||
|
|
||||||
<br><h3><a name="q226">26. How do I migrate my settings from XChat?</a></h3>
|
<br><h3><a name="q226">26. How do I migrate my settings from XChat?</a></h3>
|
||||||
<p>
|
<p>
|
||||||
<u>UNIX:</u><br>
|
<u>UNIX:</u><br />
|
||||||
Copy <i>~/.xchat2</i> to <i>~/.config/hexchat</i><br />
|
Copy <i>~/.xchat2</i> to <i>~/.config/hexchat</i><br />
|
||||||
Rename <i>~/.config/hexchat/xchatlogs</i> to <i>~/.config/hexchat/logs</i>
|
Rename <i>~/.config/hexchat/xchatlogs</i> to <i>~/.config/hexchat/logs</i><br />
|
||||||
<br><br><u>WINDOWS:</u><br>
|
Move all your 3rd party scripts/plugins to <i>~/.config/hexchat/addons</i><br />
|
||||||
|
Rename <i>~/.config/hexchat/plugin_*.conf</i> to <i>~/.config/hexchat/addon_*.conf</i><br />
|
||||||
|
<br/>
|
||||||
|
<u>WINDOWS:</u><br>
|
||||||
Copy <i>%APPDATA%\X-Chat 2</i> to <i>%APPDATA%\HexChat</i><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>
|
Rename <i>%APPDATA%\HexChat\xchatlogs</i> to <i>%APPDATA%\HexChat\logs</i><br />
|
||||||
|
Move all your 3rd party scripts/plugins to <i>%APPDATA%\HexChat\addons</i><br />
|
||||||
|
Rename <i>%APPDATA%\HexChat\plugin_*.conf</i> to <i>%APPDATA%\HexChat\addon_*.conf</i><br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<br><h2>3. Section Three: Contributions, Development and Bugs.</h2>
|
<br><h2>3. Section Three: Contributions, Development and Bugs.</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user