printline
header Freeport BBS
name Party Main Menu
printheader
printline
print

option {
   name Party
   value P
   comment Join the default party channel
   run /usr/local/bin/party
}

option {
   name Who
   value W
   comment List the people in party now
   run /usr/local/bin/pwho
}

option {
   name Join
   value J
   comment Join a specific channel of your choosing
   run /usr/local/xenmenu-0.8a/bin/party
}

print

option {
   noprint
   value H
   menu /usr/local/xenmenu-0.8a/menus/help_menus/partyb
}

option {
   noprint
   value Q
   exit
}

option {
   noprint
   value B
   menu /usr/local/xenmenu-0.8a/menus/mainmenu
}

printline
center Enter Q to Quit - Enter H for Help
center Enter B to go Back to the Previous Menu
printline
print
print -n Local Time: `date +%I:%M%p`
