Skip to content

Instantly share code, notes, and snippets.

@LordJZ
Created May 30, 2011 11:01
Show Gist options
  • Save LordJZ/998728 to your computer and use it in GitHub Desktop.
Save LordJZ/998728 to your computer and use it in GitHub Desktop.
as of 4.1.0
enum Opcodes {
[OpcodeDescription("EVENT_CHAT_SERVER_RECONNECTED")]
[OpcodeDescription("handler: CGChat* this; m_chatServerDown = 0; RejoinChannels(); ReregisterAddonMessagePrefixes();")]
SMSG_CHAT_SERVER_RECONNECTED = 36478,
[OpcodeDescription("Script_RegisterAddonPrefix")]
[OpcodeDescription("Introduced in patch 4.1.0.")]
CMSG_REGISTER_ADDON_PREFIXES = 13075,
[OpcodeDescription("Sent in CGChat::ReregisterAddonMessagePrefixes")]
[OpcodeDescription("Introduced in patch 4.1.0.")]
CMSG_UNREGISTER_ALL_ADDON_PREFIXES = 29441,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment