Docstring update suggestions

More explicit installation instructions, and help entry update:
The "forward" switch requires a message number.
This commit is contained in:
BlauFeuer 2017-03-23 10:59:41 -04:00 committed by Griatch
parent c4519d84e7
commit a019a9d65a

View file

@ -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"