Example of adding another channel?Solved

Just looking for a example of how adding another channel in the config file looks like. I'm not sure where to start the lines at, either before or after the [ and { symbols. thanks.

...
"Commandprefix": "!",
"Channels": [
{
"Channelid": "1234",
"perms": [
"cmd_allow",
"cmd_players",
"cmd_kick",
"cmd_com",
"cmd_mute",
"cmd_unmute",
"msg_joinlog",
"msg_quit",
"death_pvp",
"msg_chat",
"msg_teamchat",
"game_report",
"game_bug",
"msg_serverinit"
]
}
],
"Commandroles": {

"Channels": [
{
	"Channelid": "1234",
		"perms": [
			"cmd_allow",
			"cmd_players",
			"cmd_kick",
			"cmd_com",
			"cmd_mute",
			"cmd_unmute",
			"msg_joinlog",
			"msg_quit",
			"death_pvp",
			"msg_chat",
			"game_report",
			"game_bug",
			"msg_serverinit"
				]
},
{
	"Channelid": "4321",
		"perms": [
			"msg_teamchat",
				]
}
],

thanks! also I'm seeing connected messages but not disconnected messages for my channel and I have msg_quit in there as well as LogJoinQuits is True.
any idea on how to troubleshoot?
this appears to be the same for deaths as well. I never could get those to work.

Locked automatically