-
Notifications
You must be signed in to change notification settings - Fork 0
Chat Encoding
David edited this page Dec 10, 2017
·
2 revisions
Author: Davnit / Pyro
Description: Allows sending and receiving encoded messages (not encryption).
Commands:
- /encode <encoding> <message>
- Encodes <message> using the encoding specified by <encoding>.
- /decode <encoding> <message>
- Decodes <message> using the encoding specified by <encoding>.
- /cencode <encoding> <message>
- Sends the specified <message> using the specified <encoding>.
- Messages are prefixed by a "standardized" character (compatible with SphtBot)
- /encodings
- Lists all of the available encodings.
Currently available encodings:
- HEX
- ROT13
- ROT47
- INVIG
- BASE64
Dependencies: