Crossfire Server, Trunk
send Namespace Reference

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()
 

Variable Documentation

◆ activator

send.activator = Crossfire.WhoIsActivator()

Definition at line 30 of file send.py.

◆ activatorname

send.activatorname = activator.Name

Definition at line 31 of file send.py.

◆ date

send.date = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time()))

◆ fromname

send.fromname = text[4]

Definition at line 46 of file send.py.

◆ idlist

list send.idlist = []

Definition at line 33 of file send.py.

◆ inv

send.inv = whoami.Inventory

Definition at line 35 of file send.py.

◆ mail

send.mail = CFMail.CFMail()

Definition at line 28 of file send.py.

◆ message

string send.message = 'From: %s\nTo: %s\nDate: %s\n\n%s\n'%(fromname, toname, date, inv.Message[:-1])

Definition at line 47 of file send.py.

◆ text

send.text = inv.Name.split()

Definition at line 37 of file send.py.

◆ toname

send.toname = text[2]

Definition at line 45 of file send.py.

◆ type

int send.type = 1

Definition at line 40 of file send.py.

◆ whoami

send.whoami = Crossfire.WhoAmI()

Definition at line 32 of file send.py.