From 03739fc187db7e0afc1d12f0b89b5bc564f22681 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 1 Sep 2018 12:42:01 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3626d5f..7528296 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ After the sentence has been processed by all extensions, it will be displayed. ```"current select"```: always 0 unless the sentence is in the text channel currently selected by the user.
```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text channel is always -1.
```"process id"```: process id that the sentence is coming from.
+```"text handle"```: number that uniquely identifies the text channel the sentence is in.
# Notes