hooking multiple commands to the same function - possible?

Discussion of Eggdrop's code and module programming in C.
K
Kappa007
Voice
Posts: 38
Joined: Tue Jul 26, 2005 9:53 pm

Post by Kappa007 »

Yup that should work....

...well to access/execute your PHP stuff from C you either can call it via HTTP or execute it directly on the local machine.

Making the PHP page spit out XML and using some XML lib to pull the output into some DOM tree wold be fashionable. 8)
But if you only need to extract some simple stuff guess that's too much overhead :roll:
Post Reply