aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <zoffixznet@users.noreply.github.com>2016-09-04 06:22:42 -0400
committerGitHub <noreply@github.com>2016-09-04 06:22:42 -0400
commitacd52a7219f7518355fe8e1216ea5faf3ff18bf7 (patch)
treed55e2fc8d0ef1606a7705d64a091e787ce06576b
parent03b33a0b62dbb3fbcf0cad0479b0963a1c223cc7 (diff)
Suggest .args use
Fixes #25
-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`