From 999f949e89523262eda53b055b7c974814ec67cb Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 23 Aug 2018 08:23:02 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cf709..3626d5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ After the sentence has been processed by all extensions, it will be displayed. ## The following properties are in ```MiscInfo``` ```"current select"```: always 0 unless the sentence is in the text channel currently selected by the user.
-```"text number"```: number uniquely identifying the text channel the sentence is in. Console text channel is always 0.
+```"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.
# Notes