Toon posts:

[IRC] TUT + Visit Url

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik ben pas begonnen met IRC scripting, maar aangezien het ziet zo veel gedaan wordt... geen forums, hier niet zoveel threads..

Ik ben dus op zoek naar hetvolgende probleem.. Ik wil in het menu een optie zetten dat ze de website kunnen bezoeken. Maar de vraag is hoe?

n22=Visit Homepage:/open http://www.page.com

maar deze command bestaat niet /open

Hoe los ik dit op of heeft iemand een website met diepgaandere tutorials?

Greetz Zalio

  • Delpix
  • Registratie: September 2001
  • Laatst online: 27-11-2021

Delpix

Alanis Fan

/run [-np] <filename> [parameters]
Runs the specified program with parameters.

The -n switch minimizes the window of the application being run.
The -p switch sets the working path to the path of the application being run.

You can enclose the filename or parameters in quotes if you need to. If you specify a non-executable file, mIRC tries to open it with the application associated with that file.
Uit de help file van mirc. Want met irc scripting zal je wel mIRC scripting bedoelen denk ik

/run kan ook urls openen

...beter bekend als AMFan