mIRC Homepage
Posted By: Dave4989 External program? - 05/04/06 08:27 PM
Is there any script that could message a external program?
Like if i type !help in IRC it would message this "program" with
help
Posted By: Dave4989 Re: External program? - 05/04/06 09:03 PM
Example:

If i typed !help in irc it would type help in this program.

Then it relays everything said in this program to the irc channel?
Posted By: RusselB Re: External program? - 05/04/06 10:31 PM
I think this might be able to be done using COM objects, based upon what I've read in the help file,but as I've never used them before, I'm not going to try to write a code for you using them. I'm simply not that secure in my own knowledge to try giving someone a code using something I've never touched on before.
Posted By: Im2good4u Re: External program? - 06/04/06 12:46 PM
i have made soemthing some that for Q3 games

i got remote cal like on *... bla bla :TEXT:

then if its text that i wana send on to the game console i do a dll call $dll(/scripts/dlls/ingameirc.dll,SentToConsole,$1-)

the dll it self will recieve the $1- as a charecter array in the data* thne i use the windows message system to send WM_CHAR messages to the console windows hanlde
© mIRC Discussion Forums