Crossfire Server, Trunk
python_exit.py
Go to the documentation of this file.
1 import Crossfire
2 
3 #Crossfire.SetReturnValue( 1 )
4 
5 whoami = Crossfire.WhoAmI()
6 who = Crossfire.WhoIsActivator()
7 
8 whoami.Say("exit applied by %s"%who.Name)