quote:
Originally posted by hello123456
Cool, that works, only I noticed that from the recieve part only !shutdown works, the rest doesn't. Also cause it's also been activated if I send something !shutdown works locally to, but that's not a big problem The only problem is that remotely only !shutdown works.
That is because you can't call SendMessage like that, it should be something like:
code:
ChatWnd.SendMessage("code here");
but before that you have to check if the ChatWnd still exists to make sure it won't give an error...