quote:
Originally posted by Millenium_edition
TheCodeSmith, you can't just trigger commands. You have to wait for msgplus to call events. Only then you can use them, unless you do it manually
Ah right, so i can't even use an API to trigger something every X seconds?
I'm beginning to think i should just start making my own pure MSN plugin, rather than a plugin that is run through MSN plus events and restrictions.
What i need is, something that you can start by typing for example "/xblah", then at an interval of 5 seconds i'd need to call one of the MSN functions, i.e change nick.
I'll try and find out how to use the MSN API directly from a VB app, i've tried before but haven't ever been able to get it working, not even slightly.