Beispiel #1
0
def onSetMasterOff(cn):
    sbserver.resetPrivilege(cn)
Beispiel #2
0
def relinquish(caller):
        """This command gives up the level of power that the player has (master or admin)."""
	if(caller[0]=="ingame"):
		return sbserver.resetPrivilege(caller[1])
	raise ServerError("You are not ingame.")
	return
Beispiel #3
0
def onSetMasterOff(cn):
	sbserver.resetPrivilege(cn)