Pastes

PARTY_GUIDE

1
2
3
4
5
6
7
-- Do something about the missing party guide chat type
if CHAT_MSG_PARTY_GUIDE == nil and CHAT_PARTY_GUIDE_GET ~= nil then
    tinsert(ChatTypeGroup["PARTY_LEADER"], "CHAT_MSG_PARTY_GUIDE")
    ChatTypeInfo["PARTY_GUIDE"] = ChatTypeInfo["PARTY_LEADER"]

    CHAT_MSG_PARTY_GUIDE = (CHAT_PARTY_GUIDE_GET):match("%[([^%]]*)%]")
end

Facts

Date posted
Feb 25, 2010
Language
Lua

Poster