Fixed some escapes

This commit is contained in:
TingPing 2012-10-25 17:07:59 -04:00
parent 3538521906
commit 823331646c
1 changed files with 16 additions and 9 deletions

25
faq.md
View File

@ -83,10 +83,12 @@ the specified directory.
You will need to create the directory. You will need to create the directory.
* Unix/Linux * Unix/Linux
> ~/.config/hexchat/icons > ~/.config/hexchat/icons
* Windows * Windows
> %APPDATA%\HexChat\icons\
> %APPDATA%\\HexChat\\icons
You can hide either of them in Preferences. You can hide either of them in Preferences.
@ -199,7 +201,7 @@ Browse button).
The root of your HexChat config is: The root of your HexChat config is:
- Windows: %APPDATA%\HexChat\ - Windows: %APPDATA%\\HexChat
- Unix/Linux: ~/.config/hexchat - Unix/Linux: ~/.config/hexchat
@ -218,6 +220,7 @@ The addons dir may need to be created.
On both Unix and Windows there is an included tray plugin. On both Unix and Windows there is an included tray plugin.
To enable minimizing to tray on exit: To enable minimizing to tray on exit:
> /set gui\_tray\_flags -on 1 > /set gui\_tray\_flags -on 1
For minimizing to tray on minimize: For minimizing to tray on minimize:
@ -233,10 +236,12 @@ Right click on the tray icon for its options.
### Where are the log files saved to? ### Where are the log files saved to?
* Unix/Linux * Unix/Linux
> ~/.config/hexchat/logs > ~/.config/hexchat/logs
* Windows * Windows
> %APPDATA%\HexChat\logs
> %APPDATA%\\HexChat\\logs
### How do I rotate log files every so often? ### How do I rotate log files every so often?
@ -274,18 +279,20 @@ to modify the global real name, just issue the following command:
### How do I migrate my settings from XChat? ### How do I migrate my settings from XChat?
* UNIX/Linux * UNIX/Linux
> 1. Copy ~/.xchat2 to ~/.config/hexchat > 1. Copy ~/.xchat2 to ~/.config/hexchat
> 2. Rename ~/.config/hexchat/xchat.conf to ~/.config/hexchat/hexchat.conf > 2. Rename ~/.config/hexchat/xchat.conf to ~/.config/hexchat/hexchat.conf
> 3. Rename ~/.config/hexchat/xchatlogs to ~/.config/hexchat/logs > 3. Rename ~/.config/hexchat/xchatlogs to ~/.config/hexchat/logs
> 4. Move all your 3rd party addons to ~/.config/hexchat/addons > 4. Move all your 3rd party addons to ~/.config/hexchat/addons
> 5. Rename ~/.config/hexchat/plugin\_*.conf to ~/.config/hexchat/addon\_*.conf > 5. Rename ~/.config/hexchat/plugin\_\*.conf to ~/.config/hexchat/addon\_\*.conf
* Windows * Windows
> 1. Copy *%APPDATA%\X-Chat 2\ to *%APPDATA%\HexChat\
> 2. Rename *%APPDATA%\HexChat\xchat.conf to %APPDATA%\HexChat\hexchat.conf > 1. Copy *%APPDATA%\\X-Chat 2 to %APPDATA%\\HexChat
> 3. Rename *%APPDATA%\HexChat\xchatlogs\ to *%APPDATA%\HexChat\logs\ > 2. Rename *%APPDATA%\\HexChat\\xchat.conf to %APPDATA%\\HexChat\\hexchat.conf
> 4. Move all your 3rd party addons to %APPDATA%\HexChat\addons\ > 3. Rename *%APPDATA%\\HexChat\\xchatlogs to %APPDATA%\\HexChat\\logs
> 5. Rename *%APPDATA%\HexChat\plugin\_*.conf to %APPDATA%\HexChat\addon\_*.conf > 4. Move all your 3rd party addons to %APPDATA%\\HexChat\\addons
> 5. Rename *%APPDATA%\\HexChat\\plugin\_\*.conf to %APPDATA%\\HexChat\\addon\_\*.conf
Contributions, Development and Bugs. Contributions, Development and Bugs.