Crossfire Server, Trunk
board.py File Reference

Go to the source code of this file.

Namespaces

 board
 

Variables

 board.activator = Crossfire.WhoIsActivator()
 
 board.activatorname = activator.Name
 
 board.author
 
 board.board = CFBoard.CFBoard()
 
 board.boardname = Crossfire.ScriptParameters()
 
list board.element = []
 
 board.elements = board.list(boardname)
 
int board.id = 1
 
 board.index = int(text[1])
 
string board.message = 'Help for %s\nList of commands:\n\n- list\n- write <message>\n- remove <id>\n'%boardname
 
 board.text = Crossfire.WhatIsMessage().split(' ', 1)
 
 board.total = board.countmsg(boardname)
 
 board.whoami = Crossfire.WhoAmI()