From 48aed353680caa3174399de97ad2d261a7b8079e Mon Sep 17 00:00:00 2001
From: Splamy <splamyn@gmail.com>
Date: Tue, 9 Jan 2018 17:46:15 +0100
Subject: [PATCH] Readme updated

---
 README.md           | 8 ++++++--
 TS3Hook/dllmain.cpp | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b9f4936..96a0f43 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,13 @@ This is a TS3Client Plugin that decrypts Teamspeak 3 command packets on the fly
 
 NOTE: You can also inject the DLL with the injector of the latest release.
 
-## Todo
+## Injection
 
-- Make it possible to inject (send) own commands.
+Send a chat message with `~cmd` and append a command where ` ` (spaces) are replaced with `~s`.  
+Example:  
+`~cmdsendtextmessage~stargetmode=2~smsg=hi`  
+to send  
+`sendtextmessage targetmode=2 msg=hi`
 
 <details><summary>Screenshots</summary>
 
diff --git a/TS3Hook/dllmain.cpp b/TS3Hook/dllmain.cpp
index 9b217e7..a8732cd 100644
--- a/TS3Hook/dllmain.cpp
+++ b/TS3Hook/dllmain.cpp
@@ -135,7 +135,7 @@ bool core_hook()
 
 	if (hConsole != nullptr)
 		SetConsoleTextAttribute(hConsole, FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_INTENSITY);
-	printf("-==== TS3HOOK 1.0 ====-\n");
+	printf("-==== TS3HOOK 1.1 ====-\n");
 	printf("-= Written by Splamy =-\n");
 
 	read_config();