// Command Menu definition
// 
// Basic Format:
//		"<Bound Key>" "<Button Text>" "<Command sent to server>"
//
// 
//
//
// Buttons can also open up submenus, as follows:
// {
// 	"Some More Options",
//	{
//		...
//	}
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
//		Maximum of 40 menus.
//		Maximum of 100 buttons per menu.

//--------------------------------------------------------
// Everything below here is editable
//
//rcon commands for joebot
//
  "1" "joebot endround" "rcon joebot endround"
  "2" "joebot addbot ct" "rcon joebot addbot 2 2"
  "3" "joebot addbot t" "rcon joebot addbot 1 2"
  "4" "joebot kick all bots" "rcon joebot kickbots all"
  "5" "joebot kick ct" "rcon joebot kickbot 2 2"
  "6" "joebot kickbot t" "rcon joebot kickbot 1 2"
