From a019a9d65a7a9f400e4a90600bb04181bb664019 Mon Sep 17 00:00:00 2001 From: BlauFeuer Date: Thu, 23 Mar 2017 10:59:41 -0400 Subject: [PATCH] Docstring update suggestions More explicit installation instructions, and help entry update: The "forward" switch requires a message number. --- evennia/contrib/mail.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/mail.py b/evennia/contrib/mail.py index 4482542de2..a1eb7be1d1 100644 --- a/evennia/contrib/mail.py +++ b/evennia/contrib/mail.py @@ -6,7 +6,8 @@ Evennia Contribution - grungies1138 2016 A simple Brandymail style @mail system that uses the Msg class from Evennia Core. Installation: - import MailCommand from this module into the default Player or Character command set + import CmdMail from this module (from evennia.contrib.mail import CmdMail), + and add into the default Player or Character command set (self.add(CmdMail)). """ @@ -51,7 +52,7 @@ class CmdMail(default_cmds.MuxCommand): @mail 2 @mail Griatch=New mail/Hey man, I am sending you a message! @mail/delete 6 - @mail/forward feend78 Griatch=You guys should read this. + @mail/forward feend78 Griatch=4/You guys should read this. @mail/reply 9=Thanks for the info! """ key = "@mail"