<?xml version="1.0"?>
<rouletteConfig>
    <!-- authLevel: ANY, ADMIN, MASTER, TRUSTED, NONE -->
    <!-- output: CHANNEL, PM, NOTICE -->
	<commands>
		<commandSpin authLevel="none" output="channel">!spin</commandSpin>
	</commands>
	
	<!-- if, when allowed to use the commandSpin, a user can ask for a spin on another user-->
	<spinForOthers>yes</spinForOthers>
	
	<!-- the maximum amount of time to ban for.  A random number between 0 and this number will be used when banning -->
	<!-- this value is in SECONDS -->
	<maxBanDelay>60</maxBanDelay>
</rouletteConfig>
