I make a rcon request to a quake 3 server in C# using a udp socket and byte arrays for sending and receiving.
Everything works fine except that when I request a server status, the player names strings are all terminated by ^7, like this: DeathMaster^7.
None of the other strings returned by the rcon commands have this problem, so I am baffled as to what could be wrong.
If you know, please let me know.