Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Message 0x42

Global chat and rcon

Type Description Offset in packet
uint32_t packet type 0
uint16_t userid 4
uint32_t subtype 6
uint16_t unknown (isn't read? and is 0) 10
VentriloNetString It is only appended on subtypes 2 and 3 12

Subtypes:

ID Purpose
0 Join channel
1 Leave channel
2 Chat message (this will append a VentriloNetString to the end of the packet)
3 Rcon message (this will append a VentriloNetString to the end of the packet)
4 Reserved subtype for the server to tell you that "You do not have sufficient access rights to use the global chat window."