html code for irc

how to make html code to join an irc channel?

i mean something similar like this:
<a href="mailto:[email protected]">E-MAIL</a>

help meh, thx in advance!

EDIT: thx all!
Comments
9
<a href="irc://#channelblub">irc</a>
there is no need to add something like join quakenet?
Parent
yes there is
<a href="irc://irc.quakenet.org/urchannel">irc</a>
Parent
oops, right
Parent
<a href="irc://quakenet/tag.et">#TAG.ET</a>

or if you want to specify exactly which server, then smth like this:

<a href="irc://xs4all.nl.quakenet.org/tag.et">#TAG.ET</a>
<a href="irc://irc.someserver.org/somechan">sadsad</a>
Back to top