Created
May 3, 2017 18:53
-
-
Save red-001/686ed027e778a5341615af13426d1254 to your computer and use it in GitHub Desktop.
no colour
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core.register_on_receiving_chat_messages(function(message) | |
core.display_chat_message(core.strip_colors(message)) | |
return true | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment