ChatThrottleLib-r47059

Details

  • Filename
    ChatThrottleLib-r47059.zip
  • Uploaded by
  • Uploaded
    Aug 20, 2007
  • Size
    7.99 KB
  • Downloads
    142
  • MD5
    00ed0927f58e7baa80667a266c1e18a7

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r47059 | mikk | 2007-08-21 04:14:31 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/ChatThrottleLib/ChatThrottleLib.lua

ChatThrottleLib:
getfenv().ChatThrottleLib = ChatThrottleLib  -- lets it work embedded inside other files where "ChatThrottleLib" is a local (e.g. AceComm-2.0.lua
------------------------------------------------------------------------
r46974 | mikk | 2007-08-20 08:28:43 -0400 (Mon, 20 Aug 2007) | 5 lines
Changed paths:
   M /trunk/ChatThrottleLib/ChatThrottleLib.lua
   M /trunk/ChatThrottleLib/ChatThrottleLib.toc
   M /trunk/ChatThrottleLib/README.txt

ChatThrottleLib:
- v18
- Fix an unending error barfer if the number of unique destinations ever exceeded 25 (garbage collector was broken)
- Add assert(len<255) to :SendChatMessage() also

------------------------------------------------------------------------