From acd52a7219f7518355fe8e1216ea5faf3ff18bf7 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sun, 4 Sep 2016 06:22:42 -0400 Subject: Suggest .args use Fixes #25 --- docs/03-method-reference.md | 8 ++++++-- 1 file 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` -- cgit v1.1