aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/03-method-reference.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/03-method-reference.md b/docs/03-method-reference.md
index baecb4c..2e19e9e 100644
--- a/docs/03-method-reference.md
+++ b/docs/03-method-reference.md
@@ -301,7 +301,9 @@ its subclasses.
##### `.text`
-Writable attribute. Contains the text of the message.
+Writable attribute. Contains the text of the message. For addressed commands,
+the nick will be stripped. Use `.args` method to get full, original text,
+which will be the second value in the list.
##### `.replied`
@@ -361,7 +363,9 @@ its subclasses.
##### `.text`
-Writable attribute. Contains the text of the message.
+Writable attribute. Contains the text of the message. For addressed commands,
+the nick will be stripped. Use `.args` method to get full, original text,
+which will be the second value in the list.
##### `.replied`