mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 349
S
Skip Offline OP
Fjord artisan
OP Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 349
Schemes or protocols instruct browsers/operating systems/mirc how to open (and interpret) URIs (links) that are often found on webpages, documentation and yes, IRC chat.

mIRC supports some standard protocols, http:// ftp:// and the optional irc:// . More protocols can be added in the registry (for example most systems also support telnet:// gopher:// news:// ) and configured to open the relevant programs. mIRC does not support this however, and only allows certain protocols to be clicked through (you can /run the unsupported protocols though).

If mIRC dynamically supported all protocol types, users would not have to request that so-and-so (eg callto:// and the now countless [well.. lots] of various p2p schemes) be added as a clickable link in mIRC, nor would users shoot them down as the protocol is too obscure/unofficial/naughty/whatever: If the protocol is supported by your system, it would be supported by mIRC.

I'm not sure of the technical limitations on this, mIRC could construct a list of supported protocols on startup and look for those in text. Would this slow down mIRC a lot? Would mIRCs handling of urls be broken (again)?

Joined: Sep 2003
Posts: 70
M
Babel fish
Offline
Babel fish
M
Joined: Sep 2003
Posts: 70
Code:
on ^*:HOTLINK:*//*:*:{ if ($regex($1,[a-z0-9]*\:\/\/..*)) { return } | else halt }
on *:HOTLINK:*//*:*:{ if ($regex($1,[a-z0-9]*\:\/\/..*)) { run $1- } }


But yes, having it check for protocols automatically would be nice.

Joined: Feb 2003
Posts: 372
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2003
Posts: 372
Is there like a mIRC installer? If there is, I guess there could be an option for that script to be run by default?


Link Copied to Clipboard