mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2007
Posts: 5
L
Leefmc Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Nov 2007
Posts: 5
I have an external program that needs to communicate with mIRC, anyone have any idea which is a faster method of communication?

(Other things such as ease and whatnot apply too, but keep in mind my language of choice will be Python)

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Sockets, although if you have access to DDE you likely also have access to the SendMessage() API. /help SendMessage

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
There's a Python4mIRC dll at http://www.mircscripts.org


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Nov 2007
Posts: 5
L
Leefmc Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Nov 2007
Posts: 5
Originally Posted By: argv0
There's a Python4mIRC dll at http://www.mircscripts.org


That works to communicate with mIRC from an external program? I need fast, 2 way communication.

I had actually tried that though, and got frustrated that i couldn't figure out how to access a mirc instance from my python program, so i just wrote a socket class in less time than it took to try and figure it out heh.

Good ol sockets shocked


Link Copied to Clipboard