def onSetMasterOff(cn): sbserver.resetPrivilege(cn)
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