This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[ot] : jump from an irc server to another one with a link

Old posts that have not been replied to for several years.
Locked
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

[ot] : jump from an irc server to another one with a link

Post by virtuoso »

hello.

on a website,ive seen that by clicking on a link like this :

irc://irc.chataus.com/vortex

your irc client will be called and you will be connected to the server and room written on the link. i've tried to use it on a different server and room because i find very useful to jump from a server to another one,while already connected to irc. but it doesn't works. how can i fix it ?
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

what exactly doesn't work?
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

ddd

Post by virtuoso »

link can be clicked only when its written in a webpage. if u write it in a topic,u can't click it.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You mean the topic or text of a channel window?

That is down to the client you are using.

If you are using mIRC, according to there forums, this has been requested a few times, and people don't like the idea.

However, there are quite a few threads on the mIRC forums, showing scripts that can be used for that purpose/
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

hmm yeah, seems that mirc (didn't try it with others) just recognises http url's. The other example you gave there your browser handles it and just passes it along to your irc client
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

sss

Post by virtuoso »

can u post a script ,if u know one ? thanks
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Re: ddd

Post by GodOfSuicide »

virtuoso wrote:link can be clicked only when its written in a webpage. if u write it in a topic,u can't click it.
wrong...
you can also execute it from anywhere (Start -> run, or commandline, or a link(*.lnk), whatever, the direct click is just a matter of the client if it recognizes "irc://" as a link or just some text.

same as it is with "ut://ip:port" for a UT gameserver, "ed2k://something" for edonkey and so on

here is some windows registry code i use for my ed2k link interceptor:

Code: Select all

REGEDIT4 

[HKEY_CLASSES_ROOT\ed2k] 
@="URL:Edonkeyl" 
"URL Protocol"="" 

[HKEY_CLASSES_ROOT\ed2k\DefaultIcon] 
@="C:\PLink.exe" 

[HKEY_CLASSES_ROOT\ed2k\shell] 

[HKEY_CLASSES_ROOT\ed2k\shell\open] 

[HKEY_CLASSES_ROOT\ed2k\shell\open\command] 
@="C:\PLink.exe %1"
v
virtuoso
Halfop
Posts: 90
Joined: Fri May 16, 2003 6:52 pm

sss

Post by virtuoso »

i want that everyone is able to jump from ircnet room #aaaa to dalnet room #bbbb only by clicking a link that i will write on the topic of the room #aaaa on ircnet or as welcome message...
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

it's just a clientside setting if irc:// links are recognized

but : you could notice them a website that automaticaly redirects to the irc://server:port/channel
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What you are askign for here is to be able to jump from one server to another suing a link.

This works fine as you ahve shown if you are not connected. If you are connected it doesn't work.

This is a client side settings and it is upto a clien tto change it and not you. You have no control over other peoples computers.

You can recomend that they change there setting to allow it, but that is about all.

This forum is for eggdrop, and and each client is different in what it does.

I recomend seeing the website for the client in question.
Locked