Crossfire Server, Trunk
|
Go to the source code of this file.
Namespaces | |
seen | |
Variables | |
seen.activator = Crossfire.WhoIsActivator() | |
seen.activatorname = activator.Name | |
seen.isDM = activator.DungeonMaster | |
seen.log = CFLog.CFLog() | |
string | seen.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']) |
seen.record = log.info(text[1]) | |
seen.text = Crossfire.WhatIsMessage().split() | |
seen.whoami = Crossfire.WhoAmI() | |
seen.x = activator.X | |
seen.y = activator.Y | |