mIRC Homepage
Posted By: whitedevil1 how do i get a url to the channel?? - 06/08/03 01:51 AM
cause i want to post it on websites
Posted By: codemastr Re: how do i get a url to the channel?? - 06/08/03 02:14 AM
You use:
<a href="irc://the.server.name/thechannel" target="_blank">irc://the.server.name/thechannel</a>

For example,
<a href="irc://irc.myserver.com/chatland" target="_blank">irc://irc.myserver.com/chatland</a>

That would bring you to #chatland on irc.myserver.com
Posted By: pheonix Re: how do i get a url to the channel?? - 06/08/03 03:01 AM
alias geturl {
if (irc.*.* iswm $network) {
return irc:// $+ $network $+ / $+ $chan
}
else {
return irc:// $+ $server $+ / $+ $chan
}
}
//echo -a $geturl
Posted By: SladeKraven Re: how do i get a url to the channel?? - 06/08/03 03:09 AM
I think the original poster wanted a java applet.
© mIRC Discussion Forums