|
Crossfire Server, Trunk
1.75.0
|
Variables | |
| activator = Crossfire.WhoIsActivator() | |
| activatorname = activator.Name | |
| date = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time())) | |
| fromname = text[4] | |
| list | idlist = [] |
| inv = whoami.Inventory | |
| mail = CFMail.CFMail() | |
| string | message = 'From: %s\nTo: %s\nDate: %s\n\n%s\n'%(fromname, toname, date, inv.Message[:-1]) |
| text = inv.Name.split() | |
| toname = text[2] | |
| int | type = 1 |
| whoami = Crossfire.WhoAmI() | |
Definition at line 29 of file send.py.
Referenced by get_newspaper_content(), and store_time().
| send.mail = CFMail.CFMail() |