Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Hi guys!
So, i was trying to get when the Bot receives or sends PM messages, but somehow the bot isn't working
here is the code part where the PM stuff is supposed to work:
else if (m.Type == "write")
{
Thread.Sleep(1500);
Say("oh, got it");
}
As you can see, its a simple check, it doesnt even has a break or anything, i was just trying to get it to work
I even added a Thread.Sleep to prevent con.Send("say", ...) of overloading.
Help? ;-;
F
Offline
thanks Luke!
Also, as you said, the pm m.type is missing on the EE protocol
;---;
F
Offline
I think a few other people (Capasha maybe) are trying to keep unofficial protocol documentations a up to date, so if you can't find something in the official one there's a good chance that it's in someone else's.
Edit: Found one: https://github.com/capasha/EverybodyEditsProtocoll
Offline
Pages: 1
[ Started around 1733951288.404 - Generated in 0.027 seconds, 12 queries executed - Memory usage: 1.4 MiB (Peak: 1.5 MiB) ]