Releases: mirrexagon/lua-irc-engine
Releases · mirrexagon/lua-irc-engine
v5.2.2
v5.2.1
v5.2.0
v5.1.0
- Revert back to not using a
src/directory. This allows you to clone the module andrequire()the directory directly. - Remove being able to use the string "RAW" as a callback to get raw IRC messages - use the special value
IRCe.RAW(it's a unique table). - Add
ALLcallback (key isIRCe.ALL) - called for all callbacks in addition as the specific callback. Follows the same calling rules as normal callbacks (not called when handler doesn't return anything). - Add a
typefield to sender tables specifying whether the sender is auser, aserverornonefor no prefix. - Give special callback keys
__tostringmetamethods. - Fix NICK handler not returning the new nick.
I need to overhaul the documentation. A giant README is not scalable...