diff options
author | bviktor <berkeviktor@aol.com> | 2012-07-14 11:03:38 -0700 |
---|---|---|
committer | bviktor <berkeviktor@aol.com> | 2012-07-14 11:03:38 -0700 |
commit | 87074105be2356720deb0fe3c1b10f9290b389c1 (patch) | |
tree | d9017325a3c4563ec696021a1efcd9802883fbae /faq.html | |
parent | 016ebd8899ffdf2d08ef992b5207fb7461194c67 (diff) | |
parent | 34bae3ef6db5027706656088725d79f12705f166 (diff) |
Merge pull request #1 from XhmikosR/master
Minor changes, merge as a whole for convenience, update it slightly later
Diffstat (limited to 'faq.html')
-rw-r--r-- | faq.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/faq.html b/faq.html index caaa9f5e..3cc139d6 100644 --- a/faq.html +++ b/faq.html @@ -1,8 +1,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> <title>HexChat FAQ</title> -<style type="text/css"> <!-- +<style type="text/css"> body { font-family: sans-serif; background-color: #FFFBF0; @@ -15,8 +15,8 @@ background-color: #F0EAE1; } a:link { color: blue; } p { margin: 3% } ---> </style> +--> </head> <body> @@ -134,7 +134,7 @@ language support and all menus and GUI will be in English only.</li> <p> <u>UNIX:</u><br> Identd isn't actually apart of HexChat. You will need to download and install - your own ident server. Most distributions, including Fedora, come with an + your own ident server. Most distributions, including Fedora, come with an ident server program called oidentd. Make sure it is enabled in /etc/xinetd.conf or read you distribution's documentation. @@ -147,7 +147,7 @@ language support and all menus and GUI will be in English only.</li> <br><h3><a name="q22">2. How do I auto join more than one channel with keys?</a></h3> <p> - In the Server list's channel column enter multiple channels and separate + In the Server list's channel column enter multiple channels and separate them by commas, eg: "#linux,#warez,#chat". Do not put spaces between the channels. If the channels also have keys (passwords), then the syntax is: "#channel1,#channel2,#channel3 key1,key2,key3" |