Name
	serverset - set attributes of virtual servers
Usage
	serverset <attribute> <value>
	serverset will change the <attribute> of the selected virtual server
	(-> sel) to <value>. There are various attributes avaliable to be set,
	among them are possibilities to modify clanserver vs publicserver, allow
	or disallow different voice codecs, set maximum users, server password,
	server name, welcome message and the post and link url, which are both
	needed for webpost.
	Now lets have a look at the names of the attibutes, and their possible
	values:

	attribute				value
	server_clan_server			0/1
	server_allow_codec_windowscelp52	0/1
	server_allow_codec_gsm164		0/1
	server_allow_codec_gsm148		0/1
	server_allow_codec_celp63		0/1
	server_allow_codec_celp51		0/1
	server_allow_codec_speex2150		0/1
	server_allow_codec_speex3950		0/1
	server_allow_codec_speex5950		0/1
	server_allow_codec_speex8000		0/1
	server_allow_codec_speex11000		0/1
	server_allow_codec_speex15000		0/1
	server_allow_codec_speex18200		0/1
	server_allow_codec_speex24600		0/1
	server_maxusers				0-32000
	server_password				text
	server_name				text
	server_welcomemessage			text
	server_webpost_posturl			text
	server_webpost_linkurl			text
Example
	serveradd 12123
	>OK
	dbserverlist
	>id      udpport name
	>1       8767    "TeamSpeak Public  -1-"
	>2       12123   "TeamSpeak Server"
	>OK
	sel 12123
	>OK
	serverset server_name Quoark Clan United
	>OK
	dbserverlist
	>id      udpport name
	>1       8767    "TeamSpeak Public  -1-"
	>2       12123   "Quoark Clan United"
	>OK
