-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the chat gateway protocol #14
Comments
Turns out it's not even implemented. Nothing happens after it sends |
Don't you have to send 0x03 0x04 ? |
I have plans to refactor the documentation on the subject. |
I see you are correct, I've changed my bot to just send only 0x03 byte. It connects to emwar servers just fine without the 0x04. |
Using emNet as a source of truth is asking for trouble. They only just yesterday implemented packet overflow protection. They still don't have UDP support, so clients that actually ask the server for its UDP code instead of always providing See also: emNet doesn't implement these PKTs yet. |
This issue should be reverified to see if it's still an issue. There have been changes to the way BNRBot handles Telnet/Chat protocols since the implemenation of Init 6 in #41. |
It's already added to the configuration window, but doesn't work online.
The text was updated successfully, but these errors were encountered: