mIRC Home    About    Download    Register    News    Help

Print Thread
#89331 05/07/04 10:44 PM
U
Urgntfury
Urgntfury
U
I would like to make a link on my webpage for my irc channel. So when you click the link it will open your mirc connect to server and enter you into the channel. Can some one help me with this?

Thanks

#89332 05/07/04 10:48 PM
Joined: Mar 2004
Posts: 457
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Mar 2004
Posts: 457
<a href="irc://server/channelname" target="_blank">irc://server/channelname</a>

eg

<a href="irc://irc.dal.net/chat" target="_blank">irc://irc.dal.net/chat</a>

no # in the channel name
add ?key on the end if the room is keyd, eg

<a href="irc://irc.dal.net/privateroom?keyhere" target="_blank">irc://irc.dal.net/privateroom?keyhere</a>

#89333 05/07/04 10:54 PM
U
Urgntfury
Urgntfury
U
Wow Thats what I call service!! Thanks so much

#89334 05/07/04 10:56 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
As an added note, remember that you must have chat links enabled in mIRC options: ALT+O > IRC > Catcher - check the 'Enable support' and 'Confirm requests' button under 'Chat links:'. Problems may occur if the person who clicks on the link has another client, notably Klient, installed.

For further help with chat links you might like to see this page.

Regards,


Link Copied to Clipboard