mIRC Home    About    Download    Register    News    Help

Print Thread
#146542 05/04/06 08:27 PM
Joined: Apr 2006
Posts: 43
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Apr 2006
Posts: 43
Is there any script that could message a external program?
Like if i type !help in IRC it would message this "program" with
help

#146543 05/04/06 09:03 PM
Joined: Apr 2006
Posts: 43
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Apr 2006
Posts: 43
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?

Last edited by Dave4989; 05/04/06 09:06 PM.
#146544 05/04/06 10:31 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
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.

#146545 06/04/06 12:46 PM
Joined: Sep 2005
Posts: 116
I
Vogon poet
Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
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


Link Copied to Clipboard