Crossfire Server, Trunk
send.py File Reference

Go to the source code of this file.

Namespaces

 send
 

Variables

 send.activator = Crossfire.WhoIsActivator()
 
 send.activatorname = activator.Name
 
 send.date = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time()))
 
 send.fromname = text[4]
 
list send.idlist = []
 
 send.inv = whoami.Inventory
 
 send.mail = CFMail.CFMail()
 
string send.message = 'From: %s\nTo: %s\nDate: %s\n\n%s\n'%(fromname, toname, date, inv.Message[:-1])
 
 send.text = inv.Name.split()
 
 send.toname = text[2]
 
int send.type = 1
 
 send.whoami = Crossfire.WhoAmI()