Name
	sppriv - sets player privileges
Usage
	sppriv <playerID> <property> <value>
	sppriv will set the property of a player to a new value. The properties
	that are avaliable are:
	property			possible value
	privilege_serveradmin		1/0
	privilege_canregister		1/0
	privilege_channelsticky		1/0

	channelsticky means this user is not allowed to switch channels
	anymore. He is *glued* to the channel he is in - note that this doesnt
	work on server admins.
Example
	fp wouter
	>p_id    c_id    nickname        loginname
	>631     10      "[TS]Wouter"    "wouter"
	>OK
	sppriv 631 privilege_serveradmin 0
	>OK
	sppriv 631 privilege_channelsticky 1
	>OK
