• Allow cloaked players to chat to other players with the "cloaking" privilege.
• Add "/cloak_chat" and "/cloak-chat" to allow players to send chat messages into cloaked chat without being cloaked.
• Allow "/teleport" to teleport cloaked players (provided the player running the command has the "cloaking" privilege).
• Replace 'cloaking.fn_name = function(...)' with 'function cloaking.fn_name(...)'.
• Update copyrights.
• Add Star Trek reference to README.md.
Allows players to cloak and uncloak without the 'privs' privilege. You will need to '/grantme cloaking' if you already have the 'privs' privilege to continue using cloaking.
Prevents chatcommands being executed while cloaked. Currently the best way of doing it is iterating over every command and modifying it. Mods may prevent this from happening by setting allow_while_cloaked in the chatcommand definition.