mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 3
W
Self-satisified door
OP Offline
Self-satisified door
W
Joined: Aug 2003
Posts: 3
cause i want to post it on websites

Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
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

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias geturl {
if (irc.*.* iswm $network) {
return irc:// $+ $network $+ / $+ $chan
}
else {
return irc:// $+ $server $+ / $+ $chan
}
}
//echo -a $geturl


new username: tidy_trax
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I think the original poster wanted a java applet.


Link Copied to Clipboard