Crossfire Server, Trunk
|
Variables | |
activator = Crossfire.WhoIsActivator() | |
activatorname = activator.Name | |
isDM = activator.DungeonMaster | |
log = CFLog.CFLog() | |
string | message = "I have seen '%s' %d times.\nI saw them last coming from\nIP: %s\non %s." % (text[1], int(record['Login_Count']), record['IP'], record['Last_Login_Date']) |
record = log.info(text[1]) | |
text = Crossfire.WhatIsMessage().split() | |
whoami = Crossfire.WhoAmI() | |
x = activator.X | |
y = activator.Y | |
seen.log = CFLog.CFLog() |