Crossfire Server, Trunk
|
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() | |
send.date = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time())) |
Definition at line 29 of file send.py.
Referenced by get_newspaper_content(), CREMapInformationManager.loadCache(), CREMapInformation.setMapTime(), and store_time().
send.mail = CFMail.CFMail() |
send.text = inv.Name.split() |