Updated IRC URL Scheme (markdown)

emsquared 2013-03-02 00:37:04 -08:00
parent 9407027209
commit 11e82271c6

@ -18,4 +18,13 @@ There are two schemes that are supported: **irc** and **ircs**. **irc** represen
**[#channel]** which follows next does not require the # prefix and is limited to one channel. It is not a list. Only a single channel can follow the forward slash after the server address.
After **[#channel]**, the token **needssl** can be defined. This token tells the **irc** scheme to default to SSL instead of using the **ircs** scheme. **needssl** cannot stand alone. It must be preceeded by a comma with **[#channel]** in front of it. If no channel is specified, then it will be interpreted as the channel **#needssl**.
After **[#channel]**, the token **needssl** can be defined. This token tells the **irc** scheme to default to SSL instead of using the **ircs** scheme. **needssl** cannot stand alone. It must be preceeded by a comma with **[#channel]** in front of it. If no channel is specified, then it will be interpreted as the channel **#needssl**.
## Examples
<pre><code>irc://irc.example.com
irc://irc.example.com:6667
irc://irc.example.com/#channel — normal connection to #channel
ircs://irc.example.com:6697/#channel - SSL based connection to #channel
irc://irc.example.com:6697/#channel,needssl - SSL based connection to #channel</pre><code>